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