MCPcopy Index your code
hub / github.com/pydata/xarray / setup

Method setup

asv_bench/benchmarks/dataarray_missing.py:41–44  ·  view source on GitHub ↗
(self, shape, chunks, limit)

Source from the content-addressed store, hash-verified

39
40class DataArrayMissingBottleneck:
41 def setup(self, shape, chunks, limit):
42 if chunks is not None:
43 requires_dask()
44 self.da = make_bench_data(shape, 0.1, chunks)
45
46 @parameterized(
47 ["shape", "chunks", "limit"],

Callers

nothing calls this directly

Calls 2

requires_daskFunction · 0.85
make_bench_dataFunction · 0.85

Tested by

no test coverage detected