-
Notifications
You must be signed in to change notification settings - Fork 76
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
Methods for level 2 revamp part 1. #651
Merged
Kenneth-T-Moore
merged 56 commits into
OpenMDAO:main
from
Kenneth-T-Moore:phase_info_revamp
Feb 26, 2025
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
ecaf210
first attempt at separating 2DOF and HE elements from eachother in me…
ehariton 10edc2a
Still CONFLICTS
Kenneth-T-Moore 35fce0d
move TO to the builders
Kenneth-T-Moore c02d33a
cleanup
Kenneth-T-Moore f14e400
debugging
Kenneth-T-Moore ebc5836
Fixed a bug from separting the AviaryGroup
Kenneth-T-Moore 67bf21b
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore 50aa62d
A few more migrations.
Kenneth-T-Moore fce50f0
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore 4670da3
A few more migrations.
Kenneth-T-Moore 5443f9f
Need to add a builder for solved 2dof
Kenneth-T-Moore e7f38e5
Most of the obvious stuff moved into the problem builders.
Kenneth-T-Moore ecab0d8
Most of the obvious stuff moved into the problem builders.
Kenneth-T-Moore abc5c30
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore 10705ca
Merge latest
Kenneth-T-Moore bf77a28
Merge latest
Kenneth-T-Moore 0793491
Merge latest
Kenneth-T-Moore 2b0c143
Merge latest
Kenneth-T-Moore 3abdef5
CI failure
Kenneth-T-Moore 1abdfb6
Some cleanup from review
Kenneth-T-Moore bd8a2f0
Fixup test failure.
Kenneth-T-Moore 0266da8
Merge branch 'aero2' of github.com:Kenneth-T-Moore/om-aviary into pha…
Kenneth-T-Moore 6c3fcc7
moved update_GASP_options() into 2DOF problem builder. moved build_en…
ehariton 5ba7a1c
removed _add_comps_for_objs_and_cons() and instead broke it up into p…
ehariton e08bfe9
Some more refactor
Kenneth-T-Moore f2595ed
docstrings
Kenneth-T-Moore da873e0
docstrings
Kenneth-T-Moore 8e0b3d3
docstrings
Kenneth-T-Moore 790344e
merged changes
ehariton 298f294
Merge branch 'phase_info_revamp' of github.com:Kenneth-T-Moore/om-Avi…
ehariton 13eeed6
updated self ref to prob in HE builder
ehariton 564c3fd
removed second call of add_post_mission_systems() in m4l2
ehariton c310032
Have a regression
Kenneth-T-Moore e413c00
pep
Kenneth-T-Moore 7cbb86f
Fixed regression
Kenneth-T-Moore c4a132a
moved fuel_obj and range_obj execomp back into m4l2 since they should…
ehariton ce5ce30
moved HE specific set_state_options from m4l2.add_phases() into build…
ehariton bd9db8d
moved default payload mass for alternative missions out of m4l2 and i…
ehariton e0a763f
moved default payload mass for alternative missions out of m4l2 and i…
ehariton f9f4c3d
moved everything_else_origin into the individual builders as get_comp…
ehariton 7a43f64
simplified references to mass_method
ehariton c808953
tried to fix up mass_method and get_default_payload_mass() but someth…
ehariton 3bbd3b4
Fixed a few things
Kenneth-T-Moore c4abe3e
Fixed a few regressions.
Kenneth-T-Moore 560929d
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore 4374780
Fix docs
Kenneth-T-Moore 3d652fd
More doc fix
Kenneth-T-Moore f075e00
Conflict resolve
Kenneth-T-Moore 6fbe298
merge conflict resolve
Kenneth-T-Moore 29309d7
Review
Kenneth-T-Moore 8f1cdb5
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore b586010
review
Kenneth-T-Moore 3cacd51
review
Kenneth-T-Moore 03ec8a1
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore 201e467
Fixed a small regression.
Kenneth-T-Moore 83621af
Review
Kenneth-T-Moore 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
Merge latest
- Loading branch information
commit 079349167117b40b0d6a35b58a301112819ca695
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = "0.9.7-dev" | ||
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.
copy/paste from old file? This should be blank right?
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.
Good catch. This was definitely accidental.