MCPcopy
hub / github.com/dask/dask / test_regular_chunks

Function test_regular_chunks

dask/array/tests/test_array_core.py:5163–5167  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

5161 ],
5162)
5163def test_regular_chunks(data):
5164 from dask.array.core import _check_regular_chunks
5165
5166 chunkset, expected = data
5167 assert _check_regular_chunks(chunkset) == expected
5168
5169
5170def test_from_array_respects_zarr_shards():

Callers

nothing calls this directly

Calls 1

_check_regular_chunksFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…