NeuroTechX / EEG-ExPy

EEG Experiments in Python
https://neurotechx.github.io/EEG-ExPy/
BSD 3-Clause "New" or "Revised" License
418 stars 124 forks source link

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

Closed Tararapam closed 8 months ago

Tararapam commented 10 months ago

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.

JohnGriffiths commented 10 months ago

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.

tmorshed commented 9 months ago

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

tmorshed commented 8 months ago

Closing due to inactivity + since the issue was solved