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

Accommodate for scipy.interpolate.interp1d deprecation #86

Open
HannoSpreeuw opened this issue Oct 28, 2024 · 0 comments
Open

Accommodate for scipy.interpolate.interp1d deprecation #86

HannoSpreeuw opened this issue Oct 28, 2024 · 0 comments
Assignees

Comments

@HannoSpreeuw
Copy link
Collaborator

The scipy.interpolate.interp1d class is instantiated twice in ìmage.Image.Data.interpolate.

However, the scipy.interpolate.interp1d documentation mentions that this class is considered legacy code:

This class is considered legacy and will no longer receive updates.
This could also mean it will be removed in future SciPy versions.
For a guide to the intended replacements for interp1d see 1-D interpolation.

i.e. at some point in time replacing this class instantiation with the numpy.interp routine may become necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant