Closed dpo closed 8 months ago
@tmigot Is there a reason for the SpectralGradientModel
to exist separately from DiagonalQNModel
? It’s just a special case.
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 https://github.com/JuliaSmoothOptimizers/LinearOperators.jl/pull/316
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.40%. Comparing base (
1f127a9
) to head (26dd0f3
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I believe the AmplNLReader failure should go away after this PR has been merged.
This update follows an update of diagonal QN operators in LinearOperators.jl.
See https://github.com/JuliaSmoothOptimizers/LinearOperators.jl/pull/316