MCPcopy
hub / github.com/dask/dask / mystats

Function mystats

dask/array/tests/test_gufunc.py:565–566  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

563@pytest.mark.parametrize("axes", [[0, 1], [(0,), (1,)]])
564def test_apply_gufunc_axes_01(axes):
565 def mystats(x, y):
566 return np.std(x, axis=-1) * np.mean(y, axis=-1)
567
568 rng = np.random.default_rng()
569 a = rng.standard_normal((10, 5))

Callers

nothing calls this directly

Calls 2

stdMethod · 0.45
meanMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…