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

Function test_isnull

xarray/tests/test_duck_array_ops.py:755–757  ·  view source on GitHub ↗
(array, expected)

Source from the content-addressed store, hash-verified

753 ],
754)
755def test_isnull(array, expected):
756 actual = duck_array_ops.isnull(array)
757 np.testing.assert_equal(expected, actual)
758
759
760@requires_dask

Callers

nothing calls this directly

Calls 1

isnullMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…