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

Function test_uneven_chunks

dask/array/tests/test_array_core.py:407–409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405
406
407def test_uneven_chunks():
408 a = Array({}, "x", chunks=(3, 3), shape=(10, 10), dtype="f8")
409 assert a.chunks == ((3, 3, 3, 1), (3, 3, 3, 1))
410
411
412def test_numblocks_suppoorts_singleton_block_dims():

Callers

nothing calls this directly

Calls 1

ArrayClass · 0.90

Tested by

no test coverage detected