Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
class
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_dask
Function · 0.85
setup
Method · 0.45
chunk
Method · 0.45
Tested by
no test coverage detected