MCPcopy
hub / github.com/dask/dask / test_uneven_chunks

Function test_uneven_chunks

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ArrayClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…