Skip to content
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

Shooting transcription doesn't add polynomial controls to timeseries #839

Closed
kaushikponnapalli opened this issue Oct 20, 2022 · 0 comments · Fixed by #840
Closed

Shooting transcription doesn't add polynomial controls to timeseries #839

kaushikponnapalli opened this issue Oct 20, 2022 · 0 comments · Fixed by #840
Assignees
Labels
bug Something isn't working

Comments

@kaushikponnapalli
Copy link
Contributor

Description

Cannot currently request the timeseries output of a polynomial_control variable like we can a control

Example

In the test case `test_brachistochrone_explicit_shooting_polynomial_control` located in `transcriptions > explicit_shooting > test > test_explicit_shooting.py` adding the line
`theta = prob.get_val('phase0.timeseries.polynomial_controls:theta')` will cause the test to fail with the error
`KeyError: '<model> <class Group>: Variable "phase0.timeseries.polynomial_controls:theta" not found.'`

Dymos Version

1.6.1-dev

Relevant environment information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants