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

Function test_3851

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

Source from the content-addressed store, hash-verified

5471
5472
5473def test_3851():
5474 with warnings.catch_warnings(record=True) as record:
5475 Y = da.random.default_rng().random((10, 10), chunks="auto")
5476 da.argmax(Y, axis=0).compute()
5477 assert not record
5478
5479
5480def test_3925():

Callers

nothing calls this directly

Calls 3

argmaxMethod · 0.80
randomMethod · 0.45
computeMethod · 0.45

Tested by

no test coverage detected