DeepLabCut / napari-deeplabcut

a napari plugin for labeling and refining keypoint data within DeepLabCut projects
GNU Lesser General Public License v3.0
51 stars 22 forks source link

Clean project and test files #118

Closed jeylau closed 6 months ago

jeylau commented 6 months ago

Locally tested with python -m build . and pip install the wheel. @n-poulsen, if we can get the tests to systematically pass, I can release a new version (or we just accept that the deploy step may be done even if some tests have failed).

codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (dbf063a) 81.87% compared to head (753045d) 81.87%. Report is 2 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## ======================================= Coverage 81.87% 81.87% ======================================= Files 11 11 Lines 1754 1754 ======================================= Hits 1436 1436 Misses 318 318 ```

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

n-poulsen commented 6 months ago

@jeylau Could we also update the README? Currently it mentions:

Start by installing PySide6 with pip install "pyside6<6.3.2"; this is the library we now use to build GUIs.

jeylau commented 6 months ago

Good catch @n-poulsen; fixed!