MCPcopy
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
36def 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_gufuncFunction · 0.70

Calls 6

popMethod · 0.80
sumFunction · 0.50
meanMethod · 0.45
onesMethod · 0.45
sumMethod · 0.45
astypeMethod · 0.45

Tested by

no test coverage detected