MCPcopy 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
384def 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
391def test_permutation(generator_class):

Callers

nothing calls this directly

Calls 2

key_splitFunction · 0.90
normalMethod · 0.45

Tested by

no test coverage detected