Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ test_rechunk_auto
Function
test_rechunk_auto
dask/array/tests/test_array_core.py:5926–5930 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5924
5925
5926
def
test_rechunk_auto():
5927
x = da.ones(10, chunks=(1,))
5928
y = x.rechunk()
5929
5930
assert y.npartitions == 1
5931
5932
5933
def
test_chunk_assignment_invalidates_cached_properties():
Callers
nothing calls this directly
Calls
2
ones
Method · 0.45
rechunk
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…