JuliaManifolds / Manopt.jl

🏔️Manopt. jl – Optimization on Manifolds in Julia
http://manoptjl.org
Other
321 stars 40 forks source link

A collection of small improvements #266

Closed kellertuer closed 1 year ago

kellertuer commented 1 year ago

While writing some answers in #264 I noticed that

Internally

I will collect a few small internal improvements here for a while.

codecov[bot] commented 1 year ago

Codecov Report

Merging #266 (5b00f51) into master (3fe3acb) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #266   +/-   ##
=======================================
  Coverage   99.70%   99.70%           
=======================================
  Files          73       73           
  Lines        6452     6465   +13     
=======================================
+ Hits         6433     6446   +13     
  Misses         19       19           
Impacted Files Coverage Δ
src/Manopt.jl 87.50% <ø> (ø)
src/plans/stopping_criterion.jl 100.00% <ø> (ø)
src/plans/objective.jl 100.00% <100.00%> (ø)
src/plans/solver_state.jl 100.00% <100.00%> (ø)
src/solvers/difference-of-convex-proximal-point.jl 100.00% <100.00%> (ø)
src/solvers/difference_of_convex_algorithm.jl 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

kellertuer commented 1 year ago

Hm, I am a bit confused here. I could need this PR a lot on ManoptExamples just now but it seems my most recent commit made that every first run of the CI fails but every second one passes? Strange.

edit: I think I found it.