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

Function check

dask/tests/test_layers.py:46–48  ·  view source on GitHub ↗
(i, j)

Source from the content-addressed store, hash-verified

44 array_deps = ArrayChunkShapeDep(chunks)
45
46 def check(i, j):
47 chunk_shape = array_deps[(i, j)]
48 assert chunk_shape == chunk
49
50 for i in range(d):
51 for j in range(d):

Callers 2

test_array_slice_depsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected