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

Function test_tokenize_discontiguous_numpy_array

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

Source from the content-addressed store, hash-verified

138
139@pytest.mark.skipif("not np")
140def test_tokenize_discontiguous_numpy_array():
141 arr = np.random.random(8)
142 assert check_tokenize(arr[::2]) != check_tokenize(arr[::3])
143
144
145@pytest.mark.skipif("not np")

Callers

nothing calls this directly

Calls 2

check_tokenizeFunction · 0.85
randomMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…