MCPcopy Create free account
hub / github.com/pydata/xarray / test_join

Method test_join

xarray/tests/test_indexes.py:80–82  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

78 index.sel({})
79
80 def test_join(self, index) -> None:
81 with pytest.raises(NotImplementedError):
82 index.join(CustomIndex({"y": 2}))
83
84 def test_reindex_like(self, index) -> None:
85 with pytest.raises(NotImplementedError):

Callers

nothing calls this directly

Calls 2

CustomIndexClass · 0.70
joinMethod · 0.45

Tested by

no test coverage detected