Skip to content

Commit

Permalink
oned not minimal dim
Browse files Browse the repository at this point in the history
  • Loading branch information
hollymandel committed Oct 11, 2024
1 parent 66829ce commit e19722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e19722e

Please sign in to comment.