thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

"continue run" starts 1 trial too early #54

Closed thartbm closed 6 years ago

thartbm commented 6 years ago

We stopped the experiment during a pause task, but when continueing the run it restarts at the last trial before the pause task. So either the continue run code starts at the incorrect spot, or perhaps it does start after the last completed trial that was saved, but that last trial was not saved...

thartbm commented 6 years ago

Additionally, the pop-up that asks if you really want to continue that run doesn't close (which I expected) and then catches key event, like pressing the SPACE bar in the pause task...