MCPcopy
hub / github.com/dask/dask / test_unique_names

Function test_unique_names

dask/array/tests/test_random.py:120–124  ·  view source on GitHub ↗
(generator_class)

Source from the content-addressed store, hash-verified

118
119
120def test_unique_names(generator_class):
121 a = generator_class().random((10, 10), chunks=(5, 5))
122 b = generator_class().random((10, 10), chunks=(5, 5))
123
124 assert a.name != b.name
125
126
127def test_docs(generator_class):

Callers

nothing calls this directly

Calls 2

generator_classFunction · 0.85
randomMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…