MCPcopy Create free account
hub / github.com/dask/dask / test_mean

Function test_mean

dask/array/tests/test_xarray.py:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def test_mean():
18 y = da.mean(xr.DataArray([1, 2, 3.0]))
19 assert isinstance(y, da.Array)
20 assert_eq(y, y)
21
22
23def test_asarray():

Callers

nothing calls this directly

Calls 2

assert_eqFunction · 0.90
meanMethod · 0.45

Tested by

no test coverage detected