MCPcopy
hub / github.com/dask/dask / test_can_make_really_big_random_array

Function test_can_make_really_big_random_array

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

Source from the content-addressed store, hash-verified

131
132
133def test_can_make_really_big_random_array(generator_class):
134 generator_class().normal(10, 1, (1000000, 1000000), chunks=(100000, 100000))
135
136
137def test_random_seed():

Callers

nothing calls this directly

Calls 2

generator_classFunction · 0.85
normalMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…