-
Notifications
You must be signed in to change notification settings - Fork 67
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 ability to allow the user to change the name of the integration variable. #874
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
14c5a70
Started the ability to rename the integration variable from time to t…
robfalck fb49b6a
removed noisy warning about duplicate entries in timeseries
robfalck 5b2f7a5
Fixed issue in Trajectory._update_linkage_options_configure that was …
robfalck 36a0f00
Refinement fix for renamed time_phase and a fix for _get_objective_src
robfalck a07ea98
benchmark cases are working. Added allowance for time_phase in constr…
robfalck f5d8c77
cleanup of AnalyticPhase constraint handling with new names
robfalck e7e0bb9
working on getting explicit shooting working here
robfalck 2ef3d96
more progress on the ExplicitShooting failures
robfalck d2c2d8b
knocking out more test failures
robfalck 7b511e8
More changes to tests to account for phase.time -> phase.t change.
robfalck 93e6b22
more test failures fixed
robfalck 176a839
All test fixed except the linkage diagram test on some platforms
robfalck ff6fe32
Missed one
robfalck f12acbe
Include phase elapsed time in the timeseries as {time_name}_phase. Up…
robfalck 3bbd815
Fixing tests to expect time_phase in the timeseries instead of t_phase
robfalck 969ed9c
Demonstrated changing time variable name in the racecar example.
robfalck de1cb7e
Adding tests of renamed time as objectives and constraints.
robfalck 9418484
more tests
robfalck 278c156
missed a test
robfalck e88ec63
edits per Johns review
robfalck b0680d0
Fixed timeseries introspection to jump to the next output if one is n…
robfalck 80ac162
changed default time and time_phaset targets to _unspecified to make …
robfalck 62cff45
Fixed a test for segment simulation comp where no time introspection …
robfalck a81c083
workaround of pygments ipython issue
robfalck 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
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
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.
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.
At first glance, this
name='s'
confuses me. I will review the PR and see if it makes more sense. I'm leaving this note here so I remember to check back in here.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.
I've left this alone because it was an external contribution. In my mind 's' is often used for arclength so it makes sense to me.