MCPcopy Index your code
hub / github.com/dask/dask / test_sliding_window_errors

Function test_sliding_window_errors

dask/array/tests/test_overlap.py:879–882  ·  view source on GitHub ↗
(window_shape, axis)

Source from the content-addressed store, hash-verified

877 ],
878)
879def test_sliding_window_errors(window_shape, axis):
880 arr = da.zeros((4, 3))
881 with pytest.raises(ValueError):
882 sliding_window_view(arr, window_shape, axis)
883
884
885@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

sliding_window_viewFunction · 0.50
zerosMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…