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

Method test_netcdf3_endianness

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

Source from the content-addressed store, hash-verified

4778 assert_identical(expected, actual)
4779
4780 def test_netcdf3_endianness(self) -> None:
4781 # regression test for GH416
4782 with open_example_dataset("bears.nc", engine="scipy") as expected:
4783 for var in expected.variables.values():
4784 assert var.dtype.isnative
4785
4786 @requires_netCDF4
4787 def test_nc4_scipy(self) -> None:

Callers

nothing calls this directly

Calls 2

open_example_datasetFunction · 0.85
valuesMethod · 0.45

Tested by

no test coverage detected