MCPcopy
hub / github.com/dask/dask / generator_class

Function generator_class

dask/array/tests/test_random.py:18–19  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

16
17@pytest.fixture(params=[da.random.RandomState, da.random.default_rng])
18def generator_class(request):
19 return request.param
20
21
22def test_generators(generator_class):

Callers 15

test_generatorsFunction · 0.85
test_concurrencyFunction · 0.85
test_doc_randomstateFunction · 0.85
test_serializabilityFunction · 0.85
test_randomFunction · 0.85
test_kwargsFunction · 0.85
test_unique_namesFunction · 0.85
test_docsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…