Skip to content

Commit

Permalink
Revert "interpn not quadratic"
Browse files Browse the repository at this point in the history
This reverts commit 34fb497.
  • Loading branch information
hollymandel committed Oct 14, 2024
1 parent 1def6d0 commit 10cc1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ def interp_like(
4. **Interpolation along multiple dimensions of multi-dimensional data**
- Uses :py:func:`scipy.interpolate.interpn` for methods {"linear", "nearest", "slinear",
"cubic", "quintic", "pchip"}.
"quadratic", "cubic", "quintic", "pchip"}.
Parameters
----------
Expand Down

0 comments on commit 10cc1a6

Please sign in to comment.