-
Notifications
You must be signed in to change notification settings - Fork 9
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
update diagonal QN models #107
Conversation
This update follows an update of diagonal QN operators in LinearOperators.jl. See JuliaSmoothOptimizers/LinearOperators.jl#316
@tmigot Is there a reason for the |
There was no specific reason, and I think your PR clarifies it. The changes look for me, and running locally the tests are passing. So, we just need a new (breaking) release of LinearOperators.jl after JuliaSmoothOptimizers/LinearOperators.jl#316 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #107 +/- ##
=======================================
Coverage 97.40% 97.40%
=======================================
Files 6 6
Lines 887 888 +1
=======================================
+ Hits 864 865 +1
Misses 23 23 ☔ View full report in Codecov by Sentry. |
I believe the AmplNLReader failure should go away after this PR has been merged. |
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.
LGTM, thanks!
AmplNLReader.jl fails because we didn't update to NLPModels 0.19 and 0.20 as we haven't implemented the linear API yet there. So, that's an expected failure I would say.
This update follows an update of diagonal QN operators in LinearOperators.jl.
See JuliaSmoothOptimizers/LinearOperators.jl#316