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

Method test_lazy_dataset

xarray/tests/test_dask.py:392–394  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

390 assert chunked.data.name.startswith("xarray-<this-array>")
391
392 def test_lazy_dataset(self):
393 lazy_ds = Dataset({"foo": (("x", "y"), self.data)})
394 assert isinstance(lazy_ds.foo.variable.data, da.Array)
395
396 def test_lazy_array(self):
397 u = self.eager_array

Callers

nothing calls this directly

Calls 1

DatasetClass · 0.90

Tested by

no test coverage detected