MCPcopy
hub / github.com/dask/dask / func

Function func

dask/array/tests/test_overlap.py:465–468  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

463
464def test_map_overlap_multiarray_block_broadcast():
465 def func(x, y):
466 # Return result with expected padding
467 z = x.size + y.size
468 return np.ones((3, 3)) * z
469
470 # Chunks in trailing dimension will be unified to two chunks of size 6
471 # and block broadcast will allow chunks from x to repeat

Callers

nothing calls this directly

Calls 3

sumFunction · 0.50
onesMethod · 0.45
sumMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…