MCPcopy Index your code
hub / github.com/dask/dask / test_integer_input

Function test_integer_input

dask/array/tests/test_chunk.py:120–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118
119
120def test_integer_input():
121 assert da.zeros((4, 6), chunks=2).rechunk(3).chunks == ((3, 1), (3, 3))
122
123
124def test_getitem():

Callers

nothing calls this directly

Calls 2

rechunkMethod · 0.45
zerosMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…