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

Function open_example_mfdataset

xarray/tests/test_backends.py:252–257  ·  view source on GitHub ↗
(names, *args, **kwargs)

Source from the content-addressed store, hash-verified

250
251
252def open_example_mfdataset(names, *args, **kwargs) -> Dataset:
253 return open_mfdataset(
254 [os.path.join(os.path.dirname(__file__), "data", name) for name in names],
255 *args,
256 **kwargs,
257 )
258
259
260def create_masked_and_scaled_data(dtype: np.dtype) -> Dataset:

Callers 1

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…