Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
590
def
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_wrapper
Function · 0.70
wrapper
Function · 0.50
divide
Function · 0.50
f
Method · 0.50
map_reduce
Method · 0.50
Calls
2
ones
Method · 0.45
sum
Method · 0.45
Tested by
no test coverage detected