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.
coverage: 93.67% (-0.2%) from 93.877%
when pulling 7c1372c57fcd0544331f6e185a040ade3f236e84 on swryan:interp
into f05f58cacdc97dfbf9407f815a58bb742bd9409d on OpenMDAO:master.
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
:Related Issues
Backwards incompatibilities
None
New Dependencies
None