MCPcopy Index your code
hub / github.com/pydata/xarray / assert_dask_array

Function assert_dask_array

xarray/tests/test_duck_array_ops.py:437–439  ·  view source on GitHub ↗
(da, dask)

Source from the content-addressed store, hash-verified

435
436
437def assert_dask_array(da, dask):
438 if dask and da.ndim > 0:
439 assert isinstance(da.data, dask_array_type)
440
441
442@arm_xfail

Callers 5

test_reduceFunction · 0.85
test_min_countFunction · 0.85
test_min_count_ndFunction · 0.85
test_min_count_specificFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…