Skip to content

Commit

Permalink
Turn off caching for _conservative_ramshaw() since it is making the…
Browse files Browse the repository at this point in the history
… benchmarking fail.
  • Loading branch information
byrdie committed Dec 2, 2023
1 parent 2ef8612 commit 7ca0c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regridding/_conservative_ramshaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# parallel=True,
# inline="always",
# boundscheck=True,
cache=True,
# cache=True,
)
def _conservative_ramshaw(
# values_input: np.ndarray,
Expand Down

0 comments on commit 7ca0c76

Please sign in to comment.