Skip to content

Commit 34fb497

Browse files
committed
interpn not quadratic
1 parent e19722e commit 34fb497

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
@@ -2416,7 +2416,7 @@ def interp_like(
24162416
24172417
4. **Interpolation along multiple dimensions of multi-dimensional data**
24182418
- Uses :py:func:`scipy.interpolate.interpn` for methods {"linear", "nearest", "slinear",
2419-
"quadratic", "cubic", "quintic", "pchip"}.
2419+
"cubic", "quintic", "pchip"}.
24202420
24212421
Parameters
24222422
----------

0 commit comments

Comments
 (0)