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

Function test_3851

dask/array/tests/test_array_core.py:5635–5639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5633
5634
5635def test_3851():
5636 with warnings.catch_warnings(record=True) as record:
5637 Y = da.random.default_rng().random((10, 10), chunks="auto")
5638 da.argmax(Y, axis=0).compute()
5639 assert not record
5640
5641
5642def test_3925():

Callers

nothing calls this directly

Calls 3

argmaxMethod · 0.80
randomMethod · 0.45
computeMethod · 0.45

Tested by

no test coverage detected