Skip to content

Commit

Permalink
Fixed benchmarks for regridding.regrid().
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Dec 4, 2023
1 parent 647a283 commit f2553eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmarks/regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ def time_regrid_2d(
time_regrid_2d.params = (
[100, 200, 300, 400, 500],
["conservative"],
[1],
)
time_regrid_2d.param_names = (
"number of edges per axis",
"method",
"order",
)
time_regrid_2d.timeout = 480

0 comments on commit f2553eb

Please sign in to comment.