Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _assert_steps
Function
_assert_steps
dask/array/tests/test_rechunk.py:419–421 ·
view source on GitHub ↗
(steps, expected)
Source
from the content-addressed store, hash-verified
417
418
419
def
_assert_steps(steps, expected):
420
assert len(steps) == len(expected)
421
assert steps == expected
422
423
424
def
test_plan_rechunk():
Callers
3
test_plan_rechunk
Function · 0.85
test_plan_rechunk_5d
Function · 0.85
test_plan_rechunk_heterogeneous
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected