Skip to content

Commit

Permalink
further indent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hollymandel committed Oct 17, 2024
1 parent 721695d commit d1ac5be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,7 @@ def interp(
use :py:class:`scipy.interpolate.interp1d`, unless conditions permit the use of :py:class:`numpy.interp`
(as in the case of `method='linear'` for 1D data).
- If `method='polynomial'`, the `order` keyword argument must also be provided. In this case,
:py:class:`scipy.interpolate.interp1d` is called with `kind=order`.
:py:class:`scipy.interpolate.interp1d` is called with `kind=order`.
3. **Special interpolants for interpolation along one dimension of N-dimensional data (N ≥ 1)**
- Depending on the `method`, the following interpolants from :py:class:`scipy.interpolate` are used:
Expand Down Expand Up @@ -2289,7 +2289,7 @@ def interp(
-----
- SciPy is required for certain interpolation methods.
- Allowing `reduce=True` (the default) may alter the behavior of interpolation along multiple dimensions
compared to the default behavior in SciPy.
compared to the default behavior in SciPy.
See Also
--------
Expand Down
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3961,7 +3961,7 @@ def interp(
-----
- SciPy is required for certain interpolation methods.
- Allowing `reduce=True` (the default) may alter the behavior of interpolation along multiple dimensions
compared to the default behavior in SciPy.
compared to the default behavior in SciPy.
See Also
--------
Expand Down

0 comments on commit d1ac5be

Please sign in to comment.