tne-lab / py-behav-box-v2

Pybehave is an open source software interface and framework for controlling behavioral experiments in neuroscience and psychology.
https://py-behav-box-v2.readthedocs.io/en/latest/
MIT License
3 stars 8 forks source link

faster task development cycle? #79

Closed alustig3 closed 5 months ago

alustig3 commented 5 months ago

I am writing a new task but only see my changes reflected if I restart pyBehave. Is there a faster way to refresh/reload a task and taskGUI without having to restart the program (and re-add the task)?

theonlydvr commented 5 months ago

Good idea, I think I could implement this using one of the reload modules. I think I could add a reload option in the dropdown when a ChamberWidget is right clicked.

theonlydvr commented 5 months ago

This feature should now be available as a right-click option from the ChamberWidget in the latest commit on the dev branch.

alustig3 commented 5 months ago

works great. Thanks!