diff --git a/Preamble.py b/Preamble.py index d6d17b77462eb69e92a478e8a8745df309941e0e..872257c35fb748ef2ebde46f4da828f35fd2b56a 100644 --- a/Preamble.py +++ b/Preamble.py @@ -74,7 +74,7 @@ from mpl_toolkits.mplot3d import Axes3D # registers 3D projections # Non-library scripts # EEG microstate package by von Wegner & Lauf, 2018 -from eeg_microstates import * # downloadeded from https://github.com/Frederic-vW/eeg_microstates +from eeg_microstates import * # downloaded from https://github.com/Frederic-vW/eeg_microstates # minimum Redundancy Maximum Relevance script by Kiran Karra from feature_select import * # downloaded from https://github.com/stochasticresearch/featureselect/blob/master/python/feature_select.py