From e19722ee80addb84b596f52f6053a6ec8c231a9d Mon Sep 17 00:00:00 2001 From: hollymandel Date: Fri, 11 Oct 2024 11:54:59 -0700 Subject: [PATCH] oned not minimal dim --- xarray/core/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/core/dataset.py b/xarray/core/dataset.py index d7ed42195ee..65f2f14f664 100644 --- a/xarray/core/dataset.py +++ b/xarray/core/dataset.py @@ -4239,7 +4239,7 @@ def interp_like( coordinates are assumed to be an array of monotonically increasing values. reduce : bool, default: True - If True, the interpolation is decomposed into independent interpolations of minimal dimensionality such that + If True, the interpolation is decomposed into independent 1-dimensional interpolations such that the interpolation coordinates are independent. Setting this to be True alters the behavior of certain multi-dimensional interpolants compared to the default SciPy output. kwargs : dict, optional