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

Function test_new_blockdim

dask/array/tests/test_slicing.py:521–522  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519
520
521def test_new_blockdim():
522 assert new_blockdim(20, [5, 5, 5, 5], slice(0, None, 2)) == [3, 2, 3, 2]
523
524
525def test_slicing_consistent_names():

Callers

nothing calls this directly

Calls 1

new_blockdimFunction · 0.90

Tested by

no test coverage detected