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

Replace our use of scipy's interpolate.interp1d #778

Open
tennlee opened this issue Nov 26, 2024 · 1 comment
Open

Replace our use of scipy's interpolate.interp1d #778

tennlee opened this issue Nov 26, 2024 · 1 comment
Labels
coding good first issue Good for newcomers

Comments

@tennlee
Copy link
Collaborator

tennlee commented Nov 26, 2024

          Additionally, the current implementation uses scipy's interpolate.interp1d which is a legacy function that won't be supported in the future. We should explore replacements 

https://docs.scipy.org/doc/scipy/tutorial/interpolate/1D.html#legacy-interface-for-1-d-interpolation-interp1d

Originally posted by @nicholasloveday in #636 (comment)

@tennlee
Copy link
Collaborator Author

tennlee commented Nov 26, 2024

Additionally, the current implementation uses scipy's interpolate.interp1d which is a legacy function that won't be supported in the future. We should explore replacements

@tennlee tennlee changed the title Additionally, the current implementation uses scipy's interpolate.interp1d which is a legacy function that won't be supported in the future. We should explore replacements Replace our use of scipy's interpolate.interp1d Nov 26, 2024
@nicholasloveday nicholasloveday added the good first issue Good for newcomers label Dec 6, 2024
@tennlee tennlee added the coding label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coding good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants