Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
1
test_map_overlap_trim_using_drop_axis_and_different_depths
Function · 0.85
Calls
1
mean
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…