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

Method test_empty_input

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

Source from the content-addressed store, hash-verified

445 combine_nested(objs, concat_dim="x", join="exact")
446
447 def test_empty_input(self):
448 assert_identical(Dataset(), combine_nested([], concat_dim="x"))
449
450 # Fails because of concat's weird treatment of dimension coords, see #2975
451 @pytest.mark.xfail

Callers

nothing calls this directly

Calls 3

assert_identicalFunction · 0.90
DatasetClass · 0.90
combine_nestedFunction · 0.90

Tested by

no test coverage detected