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

Debug: ineq. constraint for NonLinModel and MultipleShooting #178

Merged
merged 5 commits into from
Mar 17, 2025

Conversation

franckgaga
Copy link
Member

@franckgaga franckgaga commented Mar 16, 2025

I forgot that I need a new dispatch in con_nonlinprog! function, since the terminal constraints are linear for NonLinModel + MultipleShooting, thus they do not appear in this function (they are in the linear inequality constraint matrix)

Added some new constraint violation tests to cover this specific case.

I forgot that I need a new dispatch in `con_nonlinprog!`, since the terminal constraints are linear for `NonLinModel` thus they do not appear there.
@codecov-commenter
Copy link

codecov-commenter commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.85%. Comparing base (b84d375) to head (aef8fe1).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #178      +/-   ##
==========================================
+ Coverage   98.82%   98.85%   +0.02%     
==========================================
  Files          25       25              
  Lines        4166     4180      +14     
==========================================
+ Hits         4117     4132      +15     
+ Misses         49       48       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@franckgaga franckgaga merged commit c12d7bc into main Mar 17, 2025
4 checks passed
@franckgaga franckgaga deleted the debug_ms_terminal_2 branch March 17, 2025 00:17
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 this pull request may close these issues.

2 participants