Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad691a commit d24d5f5Copy full SHA for d24d5f5
src/eegprep/__init__.py
@@ -26,5 +26,6 @@
26
from .clean_channels import clean_channels
27
from .clean_asr import clean_asr
28
from .clean_windows import clean_windows
29
-# from .eeg_compare import eeg_compare
+from .eeg_compare import eeg_compare
30
+from .eeg_interp import eeg_interp
31
from .clean_artifacts import clean_artifacts
0 commit comments