Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d24d5f5

Browse files
committed
adding eeg_compare and eeg_interp to the list of functions
1 parent 7ad691a commit d24d5f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/eegprep/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
from .clean_channels import clean_channels
2727
from .clean_asr import clean_asr
2828
from .clean_windows import clean_windows
29-
# from .eeg_compare import eeg_compare
29+
from .eeg_compare import eeg_compare
30+
from .eeg_interp import eeg_interp
3031
from .clean_artifacts import clean_artifacts

0 commit comments

Comments
 (0)