MCPcopy
hub / github.com/dask/dask / test_rechunk

Function test_rechunk

dask/array/_array_expr/tests/test_collection.py:44–47  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

42
43@pytest.mark.array_expr
44def test_rechunk(arr):
45 result = arr.rechunk((7, 3))
46 expected = arr.compute()
47 assert_eq(result, expected)
48
49
50@pytest.mark.array_expr

Callers

nothing calls this directly

Calls 3

assert_eqFunction · 0.90
rechunkMethod · 0.45
computeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…