Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_oob_axis
Function
test_oob_axis
dask/array/tests/test_shuffle.py:77–79 ·
view source on GitHub ↗
(darr)
Source
from the content-addressed store, hash-verified
75
76
77
def
test_oob_axis(darr):
78
with
pytest.raises(ValueError, match=
"is out of bounds"
):
79
darr.shuffle([[1]], axis=5)
80
81
82
def
test_oob_indexer(darr):
Callers
nothing calls this directly
Calls
1
shuffle
Method · 0.45
Tested by
no test coverage detected