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

Function _array_map_overlap

dask/tests/test_layers.py:112–115  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

110
111
112def _array_map_overlap(tmpdir):
113 da = pytest.importorskip("dask.array")
114 array = da.ones((100,))
115 return array.map_overlap(lambda x: x, depth=1, boundary="none")
116
117
118def test_fractional_slice():

Callers

nothing calls this directly

Calls 2

onesMethod · 0.45
map_overlapMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…