()
| 7714 | @requires_dask |
| 7715 | @pytest.mark.usefixtures("default_zarr_format") |
| 7716 | def 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…