Aviary
Aviary copied to clipboard
Small change to introspection for aviary's top set_input_defaults.
Summary
On Jason's milestone branches, we discovered that some variables were being missing in the set_input_defaults in Aviary's configure. This was due to a misunderstanding of how the promotes are stored when components and groups aren't fully setup. This fixes the issue, and gets the test to run on his branch. I am adding it to main because the MBSAE folks noticed the same issue, which was triggered by removal of the aero_reports component, which didn't do anything. That component's inputs were detected using the old code, but when we removed that comp, we weren't detecting it anymore.
Test will come in soon with the milestone merges.
Related Issues
- Resolves #
Backwards incompatibilities
None
New Dependencies
None