Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ test_all_nan_arrays
Method
test_all_nan_arrays
xarray/tests/test_duck_array_ops.py:256–257 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
254
255
@pytest.mark.filterwarnings(
"error"
)
256
def
test_all_nan_arrays(self):
257
assert np.isnan(mean([np.nan, np.nan]))
258
259
260
@requires_dask
Callers
nothing calls this directly
Calls
1
mean
Function · 0.90
Tested by
no test coverage detected