Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5473
def
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
5480
def
test_3925():
Callers
nothing calls this directly
Calls
3
argmax
Method · 0.80
random
Method · 0.45
compute
Method · 0.45
Tested by
no test coverage detected