PerformanceEstimation / PEPit

PEPit is a package enabling computer-assisted worst-case analyses of first-order optimization methods.
https://pepit.readthedocs.io/en/latest/
MIT License
76 stars 10 forks source link

Fix tools folder to be a python module #94

Closed bgoujaud closed 8 months ago

bgoujaud commented 8 months ago

This PR just adds an empty init file into the folder tools. This enables to consider it as a python module and fix the PyPI issue.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (ec89555) 90.41% compared to head (badb720) 90.41%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #94 +/- ## ======================================= Coverage 90.41% 90.41% ======================================= Files 171 171 Lines 6364 6364 ======================================= Hits 5754 5754 Misses 610 610 ```

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