MCPcopy
hub / github.com/pydata/xarray / test_isin_dataset

Function test_isin_dataset

xarray/tests/test_dataset.py:7828–7831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7826
7827
7828def test_isin_dataset() -> None:
7829 ds = Dataset({"x": [1, 2]})
7830 with pytest.raises(TypeError):
7831 ds.isin(ds)
7832
7833
7834@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

DatasetClass · 0.90
isinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…