MCPcopy
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
77def test_oob_axis(darr):
78 with pytest.raises(ValueError, match="is out of bounds"):
79 darr.shuffle([[1]], axis=5)
80
81
82def test_oob_indexer(darr):

Callers

nothing calls this directly

Calls 1

shuffleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…