MCPcopy Index your code
hub / github.com/pydata/xarray / test_append_write

Method test_append_write

xarray/tests/test_backends.py:1593–1597  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1591 assert ds.x.encoding == {}
1592
1593 def test_append_write(self) -> None:
1594 # regression for GH1215
1595 data = create_test_data()
1596 with self.roundtrip_append(data) as actual:
1597 assert_identical(data, actual)
1598
1599 def test_append_overwrite_values(self) -> None:
1600 # regression for GH1215

Callers

nothing calls this directly

Calls 3

assert_identicalFunction · 0.90
create_test_dataFunction · 0.85
roundtrip_appendMethod · 0.80

Tested by

no test coverage detected