Skip to content

Commit

Permalink
added from_files() function
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSkyy committed Jan 29, 2024
1 parent 42c024f commit aa25647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movement/io/load_poses.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def from_file(
return from_dlc_file(file_path, fps)
elif source_software == "SLEAP":
return from_sleap_file(file_path, fps)
elif source_software == "SLEAP":
elif source_software == "LightningPose":
return from_lp_file(file_path, fps)

Check warning on line 60 in movement/io/load_poses.py

View check run for this annotation

Codecov / codecov/patch

movement/io/load_poses.py#L55-L60

Added lines #L55 - L60 were not covered by tests


Expand Down

0 comments on commit aa25647

Please sign in to comment.