NeuroTechX/EEG-ExPy

AttributeError: module 'eegnb.experiments.visual_ssvep.ssvep' has no attribute 'present'

Tararapam opened this issue · 3 comments

Hello, hope you a good day.

When I try to do the SSVEP example, it shows no attribute 'present' at 'eegnb.experiments.visual_ssvep.ssvep'.
What does it mean and how to solve this?

Thank you.

Hi Tararapam.

The .present() method was renamed to .run() in the last major refactor. The focus there was the other experiments and it seems the documentation for ssvep was not updated accordingly yet. Apologies about that.

Try with .run and let us know if you have any issues.

Also fyi, the command-line interface (cli) is usually the easiest way to quickly launch experiments, if you are not needing to use the python API for something in particular.

@Tararapam Is there any update, or is the help still needed on this?
Will close soon if not.

Closing due to inactivity + since the issue was solved