(self)
| 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): |
nothing calls this directly
no test coverage detected