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 6, 2021
1 parent 56556f1 commit 8f08506
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"],
(
[(3650, 100, 100)],
[(365, 100, 100)],
[None, {"x": 25, "y": 25}],
[None, 3],
),
Expand Down

0 comments on commit 8f08506

Please sign in to comment.