Skip to content

Commit

Permalink
MAINT: Fix a comment in linear_interp1d code.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed May 14, 2024
1 parent aafe746 commit a6a1b57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/linear_interp1d/linear_interp1d_gufunc.c.src
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
//
// linear_interp1d_gufunc.c.src
//
// gufunc implementation of linear_interp1d(x, xp, xp)
// gufunc implementation of linear_interp1d(x, xp, fp)
// Shape signature is '(),(n),(n)->()'.
// The '1d' in the name refers to the inputs `x` and `xp`.
// `x`, and elements of `xp`, and scalars.
//

#define PY_SSIZE_T_CLEAN
Expand Down

0 comments on commit a6a1b57

Please sign in to comment.