Skip to content

Reduce number of terminal printouts#1150

Open
jkirk5 wants to merge 4 commits into
OpenMDAO:mainfrom
jkirk5:verbosity
Open

Reduce number of terminal printouts#1150
jkirk5 wants to merge 4 commits into
OpenMDAO:mainfrom
jkirk5:verbosity

Conversation

@jkirk5
Copy link
Copy Markdown
Contributor

@jkirk5 jkirk5 commented May 19, 2026

Summary

Eliminated all unnecessary printouts to terminal for all included Aviary models running with BRIEF verbosity. Went through preprocessors and updated warnings where needed

Related Issues

Backwards incompatibilities

None

New Dependencies

None


bwb_input_station_dist = np.array(
self.options[Aircraft.Wing.INPUT_STATION_DISTRIBUTION], dtype=float
self.options[Aircraft.Wing.INPUT_STATION_DISTRIBUTION], dtype=width.dtype
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix number of warnings and unecessary printouts from examples and models

2 participants