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

fixes triangulation CLI #47

Closed ericleonardis closed 3 months ago

ericleonardis commented 3 months ago

The filename fname parameter in the triangulate CLI is being passed in the wrong position leading to it being interpreted as a boolean value. This was leading to the triangulation generating an error like in issue #40 which says "TypeError: object of type 'bool' has no len()." Now that the arguments are being fed in correctly the CLI no longer has this error.