prob.plot_trajectories vs. prob.plot_constraint_violations #180
Replies: 3 comments 5 replies
-
You have to provide us with code we can run to help you debug. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It seems you have no unknown input trajectories and the plot fails. This is then a bug. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I put this into issue # 181 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying a simulation, and I get the error below.
It seems caused by prob.plot_trajectories(solution).
But prob.plot_constraint_violations(solution) works fine, with the same solution vector.
As per the documentation 25th May 2024 pages 56, 57 they taake the same shape of the argument vector.
NOTE: The optimization does not work (yet) is does not converge.
Could my problem be related to this?
Thanks for any help!
I appended the program below the error
the program
Beta Was this translation helpful? Give feedback.
All reactions