Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: interpolate: delete duplicated FITPACK bisplev interface #18617

Merged
merged 2 commits into from Jun 2, 2023

Conversation

AtsushiSakai
Copy link
Member

Reference issue

Fix a part of #16729

What does this implement/fix?

This PR deletes duplicated FITPACK bisplev interface in _fitpackmodule.c.

Additional information

@AtsushiSakai AtsushiSakai requested a review from ev-br as a code owner June 2, 2023 13:51
@github-actions github-actions bot added C/C++ Items related to the internal C/C++ code base scipy.interpolate labels Jun 2, 2023
@AtsushiSakai AtsushiSakai added maintenance Items related to regular maintenance tasks and removed C/C++ Items related to the internal C/C++ code base labels Jun 2, 2023
Copy link
Member

@ev-br ev-br left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo a small optional suggestion.

scipy/interpolate/_fitpack_impl.py Outdated Show resolved Hide resolved
@ev-br ev-br added this to the 1.12.0 milestone Jun 2, 2023
* improve an error message based on code review

[skip ci]

Co-authored-by: Evgeni Burovski <evgeny.burovskiy@gmail.com>
Copy link
Contributor

@tylerjereddy tylerjereddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has a core developer approval, deletes a bunch of extraneous code, CI is passing, and diff also seems sensible to me as non-expert at least.

I merged Evgeni's small inline suggestion--note that the linter may complain about an f-string where it isn't needed though, not sure. That's easy to fix if it does though..

@tylerjereddy tylerjereddy merged commit 9927ae0 into scipy:main Jun 2, 2023
1 check passed
@AtsushiSakai AtsushiSakai deleted the issue16729_bispev branch June 2, 2023 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.interpolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants