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

Function test_pickle_open_mfdataset_dataset

xarray/tests/test_backends.py:7716–7718  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7714@requires_dask
7715@pytest.mark.usefixtures("default_zarr_format")
7716def test_pickle_open_mfdataset_dataset():
7717 with open_example_mfdataset(["bears.nc"]) as ds:
7718 assert_identical(ds, pickle.loads(pickle.dumps(ds)))
7719
7720
7721@requires_zarr

Callers

nothing calls this directly

Calls 2

assert_identicalFunction · 0.90
open_example_mfdatasetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…