Skip to content

Instantly share code, notes, and snippets.

View GWeindel's full-sized avatar

GWeindel

  • University of Groningen & University of Utrecht
  • Utrecht
  • X @GWeindel
View GitHub Profile
@GWeindel
GWeindel / gist:2af99b1a3b07d2d75d8e27cbacdf741e
Created June 25, 2020 12:38
MNE Reproducing plot_compare_evokeds error after CSD
import numpy as np
import matplotlib.pyplot as plt
import mne
from mne.datasets import sample
print(__doc__)
data_path = sample.data_path()