Skip to content

Commit 0b7b1a0

Browse files
committed
Update dataarray_missing.py
1 parent 8f262f9 commit 0b7b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/dataarray_missing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def setup(self, shape, chunks, limit):
3232
@parameterized(
3333
["shape", "chunks", "limit"],
3434
(
35-
[(365, 50, 50)],
35+
[(365, 75, 75)],
3636
[None, {"x": 25, "y": 25}],
3737
[None, 3],
3838
),

0 commit comments

Comments
 (0)