Skip to content

Commit d1b908a

Browse files
committed
Update dataarray_missing.py
1 parent 8f08506 commit d1b908a

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, 100, 100)],
35+
[(365, 200, 400)],
3636
[None, {"x": 25, "y": 25}],
3737
[None, 3],
3838
),

0 commit comments

Comments
 (0)