Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_names
Function
test_names
dask/array/tests/test_random.py:384–388 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
382
383
384
def
test_names():
385
name = da.random.normal(0, 1, size=(1000,), chunks=(500,)).name
386
387
assert name.startswith(
"normal"
)
388
assert len(key_split(name)) < 10
389
390
391
def
test_permutation(generator_class):
Callers
nothing calls this directly
Calls
2
key_split
Function · 0.90
normal
Method · 0.45
Tested by
no test coverage detected