MCPcopy
hub / github.com/dask/dask / _mean

Function _mean

dask/array/tests/test_overlap.py:534–535  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

532 x = da.random.default_rng().standard_normal((5, 10, 8), chunks=(2, 5, 4))
533
534 def _mean(x):
535 return x.mean(axis=drop_axis)
536
537 expected = _mean(x)
538

Calls 1

meanMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…