benlansdell / ethome

Tools for machine learning of animal behavior
https://benlansdell.github.io/ethome/
MIT License
13 stars 1 forks source link

Fix loading of h5 files #9

Closed benlansdell closed 9 months ago

benlansdell commented 9 months ago

In io.py read_DLC_tracks uses splitext but compares to file extensions without the . hence if statement is never True and cannot load h5 files.