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

Replaced interp1d with InterpND in tests and docs #1125

Merged
merged 61 commits into from
Nov 18, 2024

Conversation

swryan
Copy link
Contributor

@swryan swryan commented Nov 4, 2024

Summary

This PR replaces the use of SciPy's interp1d in tests and docs with with OpenMDAO's InterpND since SciPy is dropping support for interp1d:

Legacy

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.

Related Issues

  • Resolves #

Backwards incompatibilities

None

New Dependencies

None

@swryan swryan requested a review from robfalck November 4, 2024 15:01
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@coveralls
Copy link

coveralls commented Nov 4, 2024

Coverage Status

coverage: 93.67% (-0.2%) from 93.877%
when pulling 7c1372c on swryan:interp
into f05f58c on OpenMDAO:master.

@swryan swryan marked this pull request as ready for review November 18, 2024 15:12
@robfalck robfalck merged commit 42fea76 into OpenMDAO:master Nov 18, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants