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

Method test_empty_input

xarray/tests/test_combine.py:835–836  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

833 combine_by_coords(objs)
834
835 def test_empty_input(self):
836 assert_identical(Dataset(), combine_by_coords([]))
837
838 @pytest.mark.parametrize(
839 "join, expected",

Callers

nothing calls this directly

Calls 3

assert_identicalFunction · 0.90
DatasetClass · 0.90
combine_by_coordsFunction · 0.90

Tested by

no test coverage detected