Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ test_3851
Function
test_3851
dask/array/tests/test_array_core.py:5659–5663 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5657
5658
5659
def
test_3851():
5660
with
warnings.catch_warnings(record=True)
as
record:
5661
Y = da.random.default_rng().random((10, 10), chunks=
"auto"
)
5662
da.argmax(Y, axis=0).compute()
5663
assert not record
5664
5665
5666
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…