-
Notifications
You must be signed in to change notification settings - Fork 47
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
Plot errors in multi-phase #781
Comments
This problem seems to happen when there is a target in minimize_state/minimize_control and index is specified. |
Hello! I also have the same problem. It should be great to have it working! :) |
Thank you for you confirmation of what seems to be the issue. |
@EveCharbie @pariterre Do you know if the major refactor fixed this issue ? |
I am not sure since plot.py is a bit capricious, but I fix some problems with this specific line during the refactor, definitely worth retrying |
I do not have time to fix this right now. @pariterre or @tiagocoelhoma would you have time? |
@tiagocoelhoma I think I fixed it in PR #851 :) |
I get the following error message:
when running the code TechOpt831 from https://github.com/EveCharbie/VisionOCP with solver = Solver.IPOPT(show_online_optim=True, show_options=dict(show_bounds=True))
When I have time, I will look more deeply in what seems to be the issue.
The text was updated successfully, but these errors were encountered: