-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue with timeseries reports and the Birkhoff transcription. (
#1040) * gitignore updates * Add scripts used to build joss figures * Added a duplicate method to phase. * Fixed some issues with fix_initial and fix_final on states. Added duplicate to AnalyticPhase and SimulationPhase, but its not implemented in SimulationPhase yet * docstring linting * Fixed occasional extrapolation issue in the birkhoff cannonball case. * Removed phase duplication from Birkhoff cannonball example until it is more well behaved. * Made phase options all members of the component options so that they're saved in the Case recorders. * Bokeh timeseries report handles _system_options with case numbers. * Remove superfluous system_class option from Trajectory * traj_results_report.html is created in the cwd if reports directory does not exist. * Phase duplicate no longer assigns to the read-only `state_options` property in Phase. * Removed old unused method SimulationPhase.initialize_from_phase
- Loading branch information
Showing
18 changed files
with
840 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.