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

Method test_refresh_from_disk

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

Source from the content-addressed store, hash-verified

2448
2449 @pytest.mark.skip(reason="https://github.com/Unidata/netcdf4-python/issues/1195")
2450 def test_refresh_from_disk(self) -> None:
2451 super().test_refresh_from_disk()
2452
2453 @requires_netCDF4_1_7_0_or_above
2454 def test_roundtrip_complex(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected