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
272 stars 137 forks source link

some fixes #317

Open tzukpolinsky opened 6 months ago

tzukpolinsky commented 6 months ago

so the list of fixes is: 1.Reordered code in the enum class and the machine learning interface. 2.Fixed an issue where non-existent files were being called for app visibility. 3.Resolved a problem with loading the ini file due to the absence of the 'file_types' parameter in the FileSelect class.

There are likely more fixes; feel free to inquire about each one. Manual testing was conducted prior to creating this pull request