sgoldenlab / simba

SimBA (Simple Behavioral Analysis), a pipeline and GUI for developing supervised behavioral classifiers
https://simba-uw-tf-dev.readthedocs.io/
GNU General Public License v3.0
288 stars 140 forks source link

portability #5

Closed rkoot closed 4 years ago

rkoot commented 4 years ago

I try to run SimBA.py on OpenSUSE 15.1 x64 and ran into various portability errors. Mostly it's case-sensitivity (ie TheGoldenLab.PNG -> TheGoldenLab.png) and various instances of '\' in the code. As both linux, mac and windows works fine with '/' as directory delimiter, I think it would be nice to change the \'s to /

sgoldenlab commented 4 years ago

Thanks for pointing this out @rkoot - very helpful - it has been added to the list