JuliaSmoothOptimizers / LinearOperators.jl

Linear Operators for Julia
Other
149 stars 31 forks source link

Adjoint opEye #309

Closed geoffroyleconte closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (97917ef) 96.57% compared to head (e565b41) 96.58%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #309 +/- ## ======================================= Coverage 96.57% 96.58% ======================================= Files 15 15 Lines 1052 1055 +3 ======================================= + Hits 1016 1019 +3 Misses 36 36 ```

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

geoffroyleconte commented 6 months ago

I think that the error with the documention comes from Documenter.jl and not from this PR. It did not build with the last commit in the main branch.

github-actions[bot] commented 6 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 6 months ago

Thanks for creating this PR!