umyelab / LabGym

Quantify user-defined behaviors.
GNU General Public License v3.0
64 stars 5 forks source link

Fix bug in sorting behavior file name #116

Closed rohansatapathy closed 5 months ago

rohansatapathy commented 5 months ago

Users faced an error where when they generated video examples from preprocessed videos with a _x.x-x.x_ tag, the behavior example sorter wasn't able to properly detect the file extension. This PR refactors the behavior example sorting functionality to use methods from pathlib.Path to ensure these errors don't happen.