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:5635–5639 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5633
5634
5635
def
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
5642
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