-
Notifications
You must be signed in to change notification settings - Fork 117
Aviary command line refactor #1041
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
Open
hschilling
wants to merge
26
commits into
OpenMDAO:main
Choose a base branch
from
hschilling:IA884-cmd-line-refactor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d5ddf32
Initial changes to the command line interface
hschilling 0aaeb56
removed hangar subcommand
hschilling 9545ca0
updated the docs for the convert subcommand. Changed the names so som…
hschilling 3e20050
Changed the output file argument for the convert fortran_to_aviary co…
hschilling 32f5df9
Fixed cmd line descriptions
hschilling 550d938
merged in main
hschilling c13f559
Initial working version of rt plot for aviary missions
hschilling 87cf3c2
Added note about max_iter being set to zero in the examples
hschilling 356457b
Code cleanup
hschilling b2935c9
Added rt option to relevant methods in AviaryProblem so that realtime…
hschilling 1b7898c
Added documentation on real-time plotting
hschilling f2bed85
merged out and fixed conflicts
hschilling 4d6c841
Merge branch 'main' into IA884-cmd-line-refactor
Kenneth-T-Moore 9490a81
fixed merge conflicts after merge out
hschilling c884336
Merge branch 'IA884-cmd-line-refactor' of https://github.com/hschilli…
hschilling ffd111f
Updated the tests for the command line changes. Also change the get_f…
hschilling d859829
Updated docs to reflect change in convert subcommand
hschilling bdf7032
Some doc fixes
Kenneth-T-Moore c4cfc51
Added level1 rtplot image for docs
hschilling 459c9a2
Merge remote-tracking branch 'ken/herb_884' into IA884-cmd-line-refactor
hschilling f920256
Removed png from gitignore since we have png files for our docs
hschilling 6b4b308
Merge branch 'main' of https://github.com/OpenMDAO/Aviary into IA884-…
hschilling 2afa511
Added ability to pass in command map
hschilling e447c98
Fixed all glue issues
hschilling fb99e13
removed unneeded lines in doc
hschilling 32af7e1
Added missing image for docs
hschilling File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -135,7 +135,6 @@ reports/ | |
| aviary/reports/ | ||
| *.openmdao_out | ||
| *.out | ||
| *.png | ||
| *.sql | ||
| *.db | ||
|
|
||
This file contains hidden or 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 hidden or 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
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The same image seems to get added to two different folders, I'm assuming only one was intended? |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make the argument more verbose, such as "real_time_plotting" or similar, and add it to the docstring?