MCPcopy
hub / github.com/dask/dask / f

Function f

dask/array/tests/test_atop.py:591–592  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

589
590def test_blockwise_new_axes():
591 def f(x):
592 return x[:, None] * np.ones((1, 7))
593
594 x = da.ones(5, chunks=2)
595 y = da.blockwise(

Callers 5

test_frompyfunc_wrapperFunction · 0.70
wrapperFunction · 0.50
divideFunction · 0.50
fMethod · 0.50
map_reduceMethod · 0.50

Calls 2

onesMethod · 0.45
sumMethod · 0.45

Tested by

no test coverage detected