Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
14
def
arr():
15
return
np.arange(0, 24).reshape(8, 3).T.copy()
16
17
18
@pytest.fixture()
Callers
nothing calls this directly
Calls
3
reshape
Method · 0.80
copy
Method · 0.45
arange
Method · 0.45
Tested by
no test coverage detected