OpenMDAO / dymos

Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
212 stars 67 forks source link

Replaced interp1d with InterpND in tests and docs #1125

Closed swryan closed 1 week ago

swryan commented 3 weeks ago

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

Backwards incompatibilities

None

New Dependencies

None

review-notebook-app[bot] commented 3 weeks ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

coveralls commented 3 weeks ago

Coverage Status

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