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

Function unknown

dask/array/tests/test_array_core.py:5855–5859  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5853
5854@pytest.fixture()
5855def unknown():
5856 x = _known()
5857 y = x[x < 0]
5858 assert y.chunks == ((np.nan,) * 5,)
5859 return y
5860
5861
5862def test_compute_chunk_sizes_warning_fixes_rechunk(unknown):

Callers

nothing calls this directly

Calls 1

_knownFunction · 0.85

Tested by

no test coverage detected