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

Method test_get_unique

xarray/tests/test_indexes.py:624–625  ·  view source on GitHub ↗
(self, unique_indexes, indexes)

Source from the content-addressed store, hash-verified

622 assert indexes.dims == {"x": 3, "y": 3, "z": 4}
623
624 def test_get_unique(self, unique_indexes, indexes) -> None:
625 assert indexes.get_unique() == unique_indexes
626
627 def test_is_multi(self, indexes) -> None:
628 assert indexes.is_multi("one") is True

Callers

nothing calls this directly

Calls 1

get_uniqueMethod · 0.80

Tested by

no test coverage detected