MCPcopy 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
419def _assert_steps(steps, expected):
420 assert len(steps) == len(expected)
421 assert steps == expected
422
423
424def test_plan_rechunk():

Callers 3

test_plan_rechunkFunction · 0.85
test_plan_rechunk_5dFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected