File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2239,7 +2239,7 @@ def interp(
2239
2239
use :py:class:`scipy.interpolate.interp1d`, unless conditions permit the use of :py:class:`numpy.interp`
2240
2240
(as in the case of `method='linear'` for 1D data).
2241
2241
- If `method='polynomial'`, the `order` keyword argument must also be provided. In this case,
2242
- :py:class:`scipy.interpolate.interp1d` is called with `kind=order`.
2242
+ :py:class:`scipy.interpolate.interp1d` is called with `kind=order`.
2243
2243
2244
2244
3. **Special interpolants for interpolation along one dimension of N-dimensional data (N ≥ 1)**
2245
2245
- Depending on the `method`, the following interpolants from :py:class:`scipy.interpolate` are used:
@@ -2289,7 +2289,7 @@ def interp(
2289
2289
-----
2290
2290
- SciPy is required for certain interpolation methods.
2291
2291
- Allowing `reduce=True` (the default) may alter the behavior of interpolation along multiple dimensions
2292
- compared to the default behavior in SciPy.
2292
+ compared to the default behavior in SciPy.
2293
2293
2294
2294
See Also
2295
2295
--------
Original file line number Diff line number Diff line change @@ -3961,7 +3961,7 @@ def interp(
3961
3961
-----
3962
3962
- SciPy is required for certain interpolation methods.
3963
3963
- Allowing `reduce=True` (the default) may alter the behavior of interpolation along multiple dimensions
3964
- compared to the default behavior in SciPy.
3964
+ compared to the default behavior in SciPy.
3965
3965
3966
3966
See Also
3967
3967
--------
You can’t perform that action at this time.
0 commit comments