File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ def _akima_interpolate(
652
652
xi : np .ndarray ,
653
653
yi : np .ndarray ,
654
654
x : np .ndarray ,
655
- der : int | list [ int ] | None = 0 ,
655
+ der : int = 0 ,
656
656
axis : AxisInt = 0 ,
657
657
):
658
658
"""
@@ -673,10 +673,8 @@ def _akima_interpolate(
673
673
x : np.ndarray
674
674
Of length M.
675
675
der : int, optional
676
- How many derivatives to extract; None for all potentially
677
- nonzero derivatives (that is a number equal to the number
678
- of points), or a list of derivatives to extract. This number
679
- includes the function value as 0th derivative.
676
+ How many derivatives to extract. This number includes the function
677
+ value as 0th derivative.
680
678
axis : int, optional
681
679
Axis in the yi array corresponding to the x-coordinate values.
682
680
You can’t perform that action at this time.
0 commit comments