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
198 stars 32 forks source link

FIX support ``float32`` in ``celer_path`` #260

Closed Badr-MOUFAD closed 2 years ago

Badr-MOUFAD commented 2 years ago

fixes #259

This will proceed as follows:

codecov-commenter commented 2 years ago

Codecov Report

Merging #260 (06e0e86) into main (4230db1) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #260      +/-   ##
==========================================
+ Coverage   88.42%   88.44%   +0.02%     
==========================================
  Files          15       15              
  Lines        1132     1134       +2     
  Branches      136      136              
==========================================
+ Hits         1001     1003       +2     
  Misses        101      101              
  Partials       30       30              
Flag Coverage Δ
unittests ∅ <ø> (∅)

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

Impacted Files Coverage Δ
celer/tests/test_lasso.py 100.00% <100.00%> (ø)

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 4230db1...06e0e86. Read the comment docs.

mathurinm commented 2 years ago

Thanks @Badr-MOUFAD