RuntimeError: Did not find any digitization points of kind FIFFV_POINT_EEG (3) in the info. #63
-
https://raphaelvallat.com/yasa/build/html/quickstart.html#eeg-power-in-specific-frequency-bands I opened the csv file, but it appears like that when I check EEG Fpz-Cz. |
Beta Was this translation helpful? Give feedback.
Answered by
raphaelvallat
Apr 29, 2022
Replies: 1 comment 5 replies
-
This is an issue with data loading in MNE. Could you please copy-paste the exact code that you have used? Make sure to upgrade your version of MNE by typing |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
remrama
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an issue with data loading in MNE. Could you please copy-paste the exact code that you have used? Make sure to upgrade your version of MNE by typing
pip install -U mne
in a terminal.