Skip to content

Commit

Permalink
Update dataarray_missing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Oct 7, 2021
1 parent 8f262f9 commit 0b7b1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/dataarray_missing.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setup(self, shape, chunks, limit):
@parameterized(
["shape", "chunks", "limit"],
(
[(365, 50, 50)],
[(365, 75, 75)],
[None, {"x": 25, "y": 25}],
[None, 3],
),
Expand Down

0 comments on commit 0b7b1a0

Please sign in to comment.