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

Route test_is_valid_array_chunk

dask/array/tests/test_dispatch.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "arr, result",
    [
        (WrappedArray(np.arange(4)), False),
        (da.from_array(np.arange(4)), False),
        (EncapsulateNDArray(np.arange(4)), True),
        (

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import operator
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected