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

Method setup

asv_bench/benchmarks/interp.py:62–65  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

60
61class InterpolationDask(Interpolation):
62 def setup(self, *args, **kwargs):
63 requires_dask()
64 super().setup(**kwargs)
65 self.ds = self.ds.chunk({"t": 50})

Callers

nothing calls this directly

Calls 3

requires_daskFunction · 0.85
setupMethod · 0.45
chunkMethod · 0.45

Tested by

no test coverage detected