@pellet
getting some unusual behaviour. I think this may be related to the new experiment base class.
Doing this
from eegnb.experiments.visual_n170.n170 import VisualN170
exp = VisualN170(duration=10)
exp.duration = 10 # this should be redundant
exp.run()
This seems to (sometimes) behave differently at different times (?)