I often have a column in my epochs metadata which indicates if a given response was correct or not. I thought that a boolean data type was appropriate, but because I ...
I ma facing this error for which exporting epochs using mne.export_epochs() will fail if epochs were concatenated using mne.concatenate_epochs. I understand from ...