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

Function arr

dask/array/tests/test_shuffle.py:14–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13@pytest.fixture()
14def arr():
15 return np.arange(0, 24).reshape(8, 3).T.copy()
16
17
18@pytest.fixture()

Callers

nothing calls this directly

Calls 3

reshapeMethod · 0.80
copyMethod · 0.45
arangeMethod · 0.45

Tested by

no test coverage detected