You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the plot_eeg_erp.py tutorial does not combine trials properly. Lines 145-148 should use:
aud_l = epochs["auditory/left"].average()
instead of
aud_l = epochs["auditory","left"].average()
Describe the bug
I believe the plot_eeg_erp.py tutorial does not combine trials properly. Lines 145-148 should use:
aud_l = epochs["auditory/left"].average()
instead of
aud_l = epochs["auditory","left"].average()