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

Method compute

xarray/tests/test_parallelcompat.py:93–96  ·  view source on GitHub ↗
(self, *data: DummyChunkedArray, **kwargs)

Source from the content-addressed store, hash-verified

91 return data.rechunk(chunks, **kwargs)
92
93 def compute(self, *data: DummyChunkedArray, **kwargs) -> tuple[np.ndarray, ...]: # type: ignore[override]
94 from dask.array import compute
95
96 return compute(*data, **kwargs)
97
98 def apply_gufunc(
99 self,

Calls

no outgoing calls

Tested by

no test coverage detected