We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b908a commit 8f262f9Copy full SHA for 8f262f9
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, 200, 400)],
+ [(365, 50, 50)],
36
[None, {"x": 25, "y": 25}],
37
[None, 3],
38
),
0 commit comments