mathurinm / celer

Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.
https://mathurinm.github.io/celer/
BSD 3-Clause "New" or "Revised" License
199 stars 33 forks source link

FIX turn inner solver convergence print to warning #244

Closed jolars closed 2 years ago

jolars commented 2 years ago

Fixes #239

I removed the exclamation marks (!!!), but feel free to edit the PR if you still want them.

codecov-commenter commented 2 years ago

Codecov Report

Merging #244 (b99cdd2) into main (3e2e3db) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #244   +/-   ##
=======================================
  Coverage   86.97%   86.97%           
=======================================
  Files          14       14           
  Lines         998      998           
  Branches      131      131           
=======================================
  Hits          868      868           
  Misses        100      100           
  Partials       30       30           
Flag Coverage Δ
unittests ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3e2e3db...b99cdd2. Read the comment docs.

mathurinm commented 2 years ago

Thank you @jolars