Skip to content

Commit

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

0 comments on commit 2ef8612

Please sign in to comment.