-
Notifications
You must be signed in to change notification settings - Fork 259
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
Added scripts to create and test a generic model #2510
Conversation
…e/OmSymbolType in MatrixCell classes
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.
comment/observation: the gen_
prefix causes my brain to flip-flop between reading "generate" and "generic/general".. I think a few more letters to make this read easier would be worth it
* Special TreeNode subclass whose children are filtered variables of the parent component. | ||
* Not intended to be used except as a component of a FilterCapableNode. | ||
* Special TreeNode subclass whose children are filtered variables of the parent node. | ||
* Not intended to be used except with of a FilterCapableNode. |
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.
grammar
Summary
The
create_generic_model.py
script generates a very basic model and uses only the basic generalized diagram code to visualize it. Thegen_gui_test.py
was added to test it in a similar way to the OpenMDAO-specific diagrams. There were several fixes made to the generic code as a result of the process of generating the model.The
assets/update_toolbar_help.py
script now creates a screenshot of the basic toolbar for inclusion in the help screen.Backwards incompatibilities
None
New Dependencies
None