makebrainwaves / BrainWaves

An easy-to-use platform for EEG experimentation in the classroom
MIT License
60 stars 26 forks source link

Interactive Epochs editor does not open up a second time if closed #43

Open jdpigeon opened 5 years ago

jdpigeon commented 5 years ago

Tried to fix this by ensuring that plot never gets called on a cleaned epoch object in MNE. However, to no avail.

It seems like calls to the plot function on an epoch object that's already been cleaned are resulting in an immediate return of an image rather than opening of the interactive editor

jdpigeon commented 5 years ago

We should look through the implementation of MNE's cleaner GUI and see if there's some statefulness that's causing it to immediately return upon second execution