-
Notifications
You must be signed in to change notification settings - Fork 69
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
Verbosity cleanup and reduced warnings/printouts #636
Open
jkirk5
wants to merge
38
commits into
OpenMDAO:main
Choose a base branch
from
jkirk5:cleanup
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
38 commits
Select commit
Hold shift + click to select a range
a524869
Updated printout control using verbosity
834f677
fix warnings appearing in tests
2c494bf
added backup for failed benchmark tests due to mpi failure
c3e394f
Merge remote-tracking branch 'remotes/origin/main' into cleanup
c7f3072
fixed missing variable & updated associated tests
7102ba6
mass variable naming updates
bcc5bcd
test bench cleanup
546e2ca
verbosity updates
745c921
updates for turboprop
79fb3b9
adjustments to turboprop bench
fda0b55
update optimizer printouts for SLSQP
c8e2529
variable desc cleanup
c846ad8
more test verbosity updates
7304904
fixed default verbosity for preprocessors when not provided when user
78fad60
another round of test verbosity updates/fixes
32d38d8
Update aviary/interface/methods_for_level2.py
jkirk5 4567556
better comments in L2
ba8d89d
suppress multimission bench plot
8e5d288
Merge branch 'cleanup' of https://github.com/jkirk5/om-Aviary into cl…
c3e49af
cleaner verbosity comments for L2
b21d704
more verbosity fixes for tests
3dec4d1
formatting fixes
6c3b9e3
fixes for doc glue checks
935a023
fix invalid char warning for regex
e1bad53
doc updates
844dab7
formatting fix
70e4127
properly incremented version number
8b02f1a
mach -> Mach in comments/docstrings
11b14f0
Merge remote-tracking branch 'remotes/origin/main' into cleanup
a319a15
add skip for OAS test if ambiance not installed
bd9caa0
Merge remote-tracking branch 'remotes/origin/main' into cleanup
952e499
minor cleanup
d8ccd5d
CI fixes
129ea20
removed docs artifact file (it should be generated while building the…
e27ab1c
Merge branch 'main' into cleanup
f42cab0
Merge branch 'main' into cleanup
jkirk5 a66c80d
Merge remote-tracking branch 'remotes/origin/units' into cleanup
0b1ccf3
Merge branch 'cleanup' of https://github.com/jkirk5/om-Aviary into cl…
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 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 |
---|---|---|
|
@@ -131,6 +131,8 @@ dmypy.json | |
|
||
# Test and spec generated | ||
reports/ | ||
aviary/reports/ | ||
*.openmdao_out | ||
*.out | ||
*.png | ||
*.sql | ||
|
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 was deleted.
Oops, something went wrong.
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
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
4 changes: 4 additions & 0 deletions
4
aviary/examples/external_subsystems/OAS_weight/test_OAS_wing_weight_builder.py
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.
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.
Just want to make sure you know about the
openmdao clean
command, for cleaning up all of these directories.https://openmdao.org/newdocs/versions/latest/other_useful_docs/om_command.html#openmdao-clean