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

Urgent fix - API break for CTBase #121

Closed
jbcaillau opened this issue Jun 23, 2024 · 2 comments · Fixed by #122
Closed

Urgent fix - API break for CTBase #121

jbcaillau opened this issue Jun 23, 2024 · 2 comments · Fixed by #122
Assignees

Comments

@jbcaillau
Copy link
Member

jbcaillau commented Jun 23, 2024

@PierreMartinon @ocots API break in CTBase.jl >= v0.10.1:

  • as documented in Update nlp_constraints to nlp_constraints! CTBase.jl#167 (comment), nlp_constraints is now nlp_constraints!. When called, the ocp is updated so that constraints dimensions are set for associated getters (dim_control_constraints, etc.)
  • dim_boundary_conditions has been renamed into dim_boundary_constraints for homogeneity (note that you still still have some boundary_conditions variables in your code)
@jbcaillau
Copy link
Member Author

@PierreMartinon Fix on its way but would be cleaner to set CTBase.jl <= v0.10.0 in CTDirect.jl current tag.

@jbcaillau jbcaillau linked a pull request Jun 23, 2024 that will close this issue
@jbcaillau
Copy link
Member Author

solved by #122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants