Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ test_rechunk
Function
test_rechunk
dask/array/_array_expr/tests/test_collection.py:44–47 ·
view source on GitHub ↗
(arr)
Source
from the content-addressed store, hash-verified
42
43
@pytest.mark.array_expr
44
def
test_rechunk(arr):
45
result = arr.rechunk((7, 3))
46
expected = arr.compute()
47
assert_eq(result, expected)
48
49
50
@pytest.mark.array_expr
Callers
nothing calls this directly
Calls
3
assert_eq
Function · 0.90
rechunk
Method · 0.45
compute
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…