talmolab / sleap-anipose

SLEAP to Anipose triangulation pipeline for 3D multi-animal pose tracking.
GNU General Public License v3.0
17 stars 1 forks source link

add slap-reproject to setup cfg #48

Closed ericleonardis closed 3 months ago

ericleonardis commented 3 months ago

Running 'slap-reproject' resulted in an error where 'slap-reproject is not recognized as an internal or external command' which was identified in issue #46. This was because the reproject_cli was not added to the setup.cfg file in the console_scripts entry points. I have added slap-reproject to that list and the file is now being created as expected.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 74.49%. Comparing base (c8f952e) to head (b8d8df2).

:exclamation: Current head b8d8df2 differs from pull request most recent head 44aace6

Please upload reports for the commit 44aace6 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #48 +/- ## ======================================= Coverage 74.49% 74.49% ======================================= Files 3 3 Lines 298 298 ======================================= Hits 222 222 Misses 76 76 ```

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

ericleonardis commented 3 months ago

Should it not be sleap_anipose:triangulation.reproject_cli instead of sleap_anipose.triangulate:reproject_cli?

whoops, sorry! very confused as to why it still generated the reprojections despite that error... but I fixed it now and it runs!