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

Function assert_chunks_match

dask/array/tests/test_rechunk.py:737–739  ·  view source on GitHub ↗
(left, right)

Source from the content-addressed store, hash-verified

735
736
737def assert_chunks_match(left, right):
738 for ldim, rdim in zip(left, right):
739 assert all(np.isnan(l) or l == r for l, r in zip(ldim, rdim))
740
741
742def test_rechunk_unknown_raises():

Calls 1

allFunction · 0.85

Tested by

no test coverage detected