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

Method test_roundtrip_test_data

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

Source from the content-addressed store, hash-verified

534 )
535
536 def test_roundtrip_test_data(self) -> None:
537 expected = create_test_data()
538 with self.roundtrip(expected) as actual:
539 self.check_dtypes_roundtripped(expected, actual)
540 assert_identical(expected, actual)
541
542 def test_load(self) -> None:
543 # Note: please keep this in sync with test_load_async below as much as possible!

Callers

nothing calls this directly

Calls 4

roundtripMethod · 0.95
assert_identicalFunction · 0.90
create_test_dataFunction · 0.85

Tested by

no test coverage detected