MCPcopy Index your code
hub / github.com/dask/dask / test_tokenize_numpy_array_consistent_on_values

Function test_tokenize_numpy_array_consistent_on_values

dask/tests/test_tokenize.py:128–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126
127@pytest.mark.skipif("not np")
128def test_tokenize_numpy_array_consistent_on_values():
129 assert check_tokenize(
130 np.random.RandomState(1234).random_sample(1000)
131 ) == check_tokenize(np.random.RandomState(1234).random_sample(1000))
132
133
134@pytest.mark.skipif("not np")

Callers

nothing calls this directly

Calls 3

check_tokenizeFunction · 0.85
random_sampleMethod · 0.45
RandomStateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…