From 10cc1a6edce22990addb7d5c84b3cfc8b3542cc2 Mon Sep 17 00:00:00 2001 From: hollymandel Date: Mon, 14 Oct 2024 08:16:28 -0700 Subject: [PATCH] Revert "interpn not quadratic" This reverts commit 34fb497ab1475ea2eb5b7b672fdd3d9a0a5fa8f7. --- xarray/core/dataarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/core/dataarray.py b/xarray/core/dataarray.py index b9aaf897943..b1bdae1cb8b 100644 --- a/xarray/core/dataarray.py +++ b/xarray/core/dataarray.py @@ -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 ----------