MCPcopy Create free account
hub / github.com/dask/dask / test_tokenize_discontiguous_numpy_array

Function test_tokenize_discontiguous_numpy_array

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

Source from the content-addressed store, hash-verified

139
140@pytest.mark.skipif("not np")
141def test_tokenize_discontiguous_numpy_array():
142 arr = np.random.random(8)
143 assert check_tokenize(arr[::2]) != check_tokenize(arr[::3])
144
145
146@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