Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ foo
Function
foo
dask/array/tests/test_gufunc.py:37–38 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
35
36
def
test_apply_gufunc_axes_input_validation_01():
37
def
foo(x):
38
return
np.mean(x, axis=-1)
39
40
a = da.random.default_rng().normal(size=(20, 30), chunks=30)
41
Callers
2
test_as_gufunc
Function · 0.70
test_apply_gufunc_infer_dtype
Function · 0.70
Calls
6
pop
Method · 0.80
sum
Function · 0.50
mean
Method · 0.45
ones
Method · 0.45
sum
Method · 0.45
astype
Method · 0.45
Tested by
no test coverage detected