Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
120
def
test_integer_input():
121
assert da.zeros((4, 6), chunks=2).rechunk(3).chunks == ((3, 1), (3, 3))
122
123
124
def
test_getitem():
Callers
nothing calls this directly
Calls
2
rechunk
Method · 0.45
zeros
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…