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 - Add ``utf-8`` encoding option when reading ``README`` #277

Closed Badr-MOUFAD closed 2 years ago

Badr-MOUFAD commented 2 years ago

This addresses the problem of incorrectly reading some characters in README. (cf. https://test.pypi.org/project/celer/0.7.2.dev3/)

codecov-commenter commented 2 years ago

Codecov Report

Merging #277 (e97d5e5) into main (ea3522e) will not change coverage. The diff coverage is n/a.

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

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #277   +/-   ##
=======================================
  Coverage   88.44%   88.44%           
=======================================
  Files          15       15           
  Lines        1134     1134           
  Branches      136      136           
=======================================
  Hits         1003     1003           
  Misses        101      101           
  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 ea3522e...deb8419. Read the comment docs.