OpenMDAO / dymos

Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
204 stars 65 forks source link

Added duplicate method to phases to make multi-phase trajectories somewhat easier to create. #1038

Closed robfalck closed 8 months ago

robfalck commented 8 months ago

Summary

Added Phase.duplicate method that allows a copy of a phase to be easily created. The from_phase argument to Phase.__init__ will be deprecated in the future. Added some common files from test output and doc builds to the gitignore. Added scripts used to build JOSS diagrams.

Related Issues

None

Backwards incompatibilities

None

New Dependencies

None

coveralls commented 8 months ago

Coverage Status

coverage: 91.988% (-0.3%) from 92.294% when pulling f8dad9eac8277a70903d1bba5b1ad7e9163e9c61 on robfalck:gitignore_update into 7e24a7f4988f1abd64cbf5c4e2933480de1e57f1 on OpenMDAO:master.

review-notebook-app[bot] commented 8 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

robfalck commented 8 months ago

Superceded by #1040