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

Method setup

asv_bench/benchmarks/indexing.py:151–154  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

149
150class IndexingDask(Indexing):
151 def setup(self, key):
152 requires_dask()
153 super().setup(key)
154 self.ds = self.ds.chunk({"x": 100, "y": 50, "t": 50})
155
156
157class BooleanIndexing:

Callers

nothing calls this directly

Calls 3

requires_daskFunction · 0.85
setupMethod · 0.45
chunkMethod · 0.45

Tested by

no test coverage detected