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

Function test_open_mfdataset_can_open_path_objects

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

Source from the content-addressed store, hash-verified

5558@requires_netCDF4
5559@requires_dask
5560def test_open_mfdataset_can_open_path_objects() -> None:
5561 dataset = os.path.join(os.path.dirname(__file__), "data", "example_1.nc")
5562 with open_mfdataset(Path(dataset)) as actual:
5563 assert isinstance(actual, Dataset)
5564
5565
5566@requires_netCDF4

Callers

nothing calls this directly

Calls 2

open_mfdatasetFunction · 0.90
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…