MCPcopy Create free account
hub / github.com/dask/dask / _plan

Function _plan

dask/array/tests/test_rechunk.py:409–416  ·  view source on GitHub ↗
(old_chunks, new_chunks, itemsize=1, block_size_limit=1e7, threshold=4)

Source from the content-addressed store, hash-verified

407
408
409def _plan(old_chunks, new_chunks, itemsize=1, block_size_limit=1e7, threshold=4):
410 return plan_rechunk(
411 old_chunks,
412 new_chunks,
413 itemsize=itemsize,
414 block_size_limit=block_size_limit,
415 threshold=threshold,
416 )
417
418
419def _assert_steps(steps, expected):

Callers 3

test_plan_rechunkFunction · 0.85
test_plan_rechunk_5dFunction · 0.85

Calls 1

plan_rechunkFunction · 0.90

Tested by

no test coverage detected