Skip to content

Commit 95ae5fc

Browse files
authored
DOC: interpolate: add missing method integrate for PchipInterpolator (scipy#22173)
1 parent ea3f90f commit 95ae5fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scipy/interpolate/_cubic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ class PchipInterpolator(CubicHermiteSpline):
185185
__call__
186186
derivative
187187
antiderivative
188+
integrate
188189
roots
189190
190191
See Also

0 commit comments

Comments
 (0)