Skip to content

Commit 10cc1a6

Browse files
committed
Revert "interpn not quadratic"
This reverts commit 34fb497.
1 parent 1def6d0 commit 10cc1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ def interp_like(
24192419
24202420
4. **Interpolation along multiple dimensions of multi-dimensional data**
24212421
- Uses :py:func:`scipy.interpolate.interpn` for methods {"linear", "nearest", "slinear",
2422-
"cubic", "quintic", "pchip"}.
2422+
"quadratic", "cubic", "quintic", "pchip"}.
24232423
24242424
Parameters
24252425
----------

0 commit comments

Comments
 (0)