Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
437
def
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_cftime_datetime_mean
Function · 0.85
test_reduce
Function · 0.85
test_min_count
Function · 0.85
test_min_count_nd
Function · 0.85
test_min_count_specific
Function · 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…