-
Notifications
You must be signed in to change notification settings - Fork 7
Fix param name #197
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
Fix param name #197
Conversation
klamike
commented
Jun 7, 2025
Thanks! |
In making that test I came across this conditional which doesn't seem quite right to me. Is it expected that Dualization.jl/src/dual_model_variables.jl Lines 123 to 135 in 42b6ad3
|
The JuMP test added in #198 covers this as well |
format is failing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #197 +/- ##
==========================================
+ Coverage 92.86% 94.26% +1.39%
==========================================
Files 14 14
Lines 743 750 +7
==========================================
+ Hits 690 707 +17
+ Misses 53 43 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks! |