JuliaSmoothOptimizers / LinearOperators.jl

Linear Operators for Julia
Other
149 stars 31 forks source link

Fix a bug in the derived adjoint #304

Closed JakobAsslaender closed 7 months ago

JakobAsslaender commented 7 months ago

Fixes Issue #302

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8a4bba3) 96.57% compared to head (9b645e2) 96.57%. Report is 2 commits behind head on main.

:exclamation: Current head 9b645e2 differs from pull request most recent head fc748ef. Consider uploading reports for the commit fc748ef to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #304 +/- ## ======================================= Coverage 96.57% 96.57% ======================================= Files 15 15 Lines 1051 1052 +1 ======================================= + Hits 1015 1016 +1 Misses 36 36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 7 months ago
Package name latest stable
CaNNOLeS.jl
DCISolver.jl
FletcherPenaltySolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl
JakobAsslaender commented 7 months ago

@dpo: I incorporated the changes you have suggested. Thanks for the review!