Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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])
18
def
generator_class(request):
19
return
request.param
20
21
22
def
test_generators(generator_class):
Callers
15
test_generators
Function · 0.85
test_concurrency
Function · 0.85
test_doc_randomstate
Function · 0.85
test_serializability
Function · 0.85
test_determinism_through_dask_values
Function · 0.85
test_generator_consistent_names
Function · 0.85
test_random
Function · 0.85
test_parametrized_random_function
Function · 0.85
test_kwargs
Function · 0.85
test_unique_names
Function · 0.85
test_docs
Function · 0.85
test_can_make_really_big_random_array
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected