We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f08506 commit d1b908aCopy full SHA for d1b908a
asv_bench/benchmarks/dataarray_missing.py
@@ -32,7 +32,7 @@ def setup(self, shape, chunks, limit):
32
@parameterized(
33
["shape", "chunks", "limit"],
34
(
35
- [(365, 100, 100)],
+ [(365, 200, 400)],
36
[None, {"x": 25, "y": 25}],
37
[None, 3],
38
),
0 commit comments