benlansdell / ethome

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

create_dataset with animal_renamer has to be provided as none #10

Closed benlansdell closed 7 months ago

benlansdell commented 8 months ago

When running create_dataset the animal_renamer has to be provided as None (even though it's the default value) if not being used, otherwise, at least for me it throws an error like a dict was passed instead of the file path. Happens in read_boris_annotation here when loading the BORIS csv file.

benlansdell commented 7 months ago

Closing as unable to reproduce. May reopen if shows up later...