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
286 stars 139 forks source link

Editing GUI Not Reflected When Running App #120

Closed joseph-yclam closed 3 years ago

joseph-yclam commented 3 years ago

Describe the bug I'm trying to edit some aspects of the GUI by editing the "SimBA.py" file. However, when I try to make a change, it does not reflect when I run the app.

To Reproduce Steps to reproduce the behavior:

  1. Open the "SimBA.py" file using Visual Studio code.
  2. Edit some lines, for example, "Welcome fellow scientists :)" to "Welcome fellow scientists!"

Expected behavior I expected the text to be changed when I ran the GUI.

Screenshots For example, trying to change a simple thing: image

And it does not reflect in the GUI: image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

inoejj commented 3 years ago

Maybe you have to change it in on the right script that you are running or make sure that you are saving your script :)

joseph-yclam commented 3 years ago

@inoejj Hi! I'm so sorry, but I think this should be the correct script? And I am positive that I have saved it. I run the project using the "App.py" file!

inoejj commented 3 years ago

Hrm.. it seems like you are using anaconda, did you change the SimBA.py that is located in the envs/yourenvironmentname/Lib/site-packages/simba/SimBA.py?