Skip to content

Commit

Permalink
interpn not quadratic
Browse files Browse the repository at this point in the history
  • Loading branch information
hollymandel committed Oct 11, 2024
1 parent e19722e commit 34fb497
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 @@ -2416,7 +2416,7 @@ def interp_like(
4. **Interpolation along multiple dimensions of multi-dimensional data**
- Uses :py:func:`scipy.interpolate.interpn` for methods {"linear", "nearest", "slinear",
"quadratic", "cubic", "quintic", "pchip"}.
"cubic", "quintic", "pchip"}.
Parameters
----------
Expand Down

0 comments on commit 34fb497

Please sign in to comment.