Skip to content

Commit ba0dffb

Browse files
1 parent 303299e commit ba0dffb

94 files changed

Lines changed: 5234 additions & 2275 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
Binary file not shown.

dev/_downloads/291d77d4e4a00d5158bf78cfd2334473/plot_preprocessing_classes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# ---------------------
3333
# We'll use a small MOABB dataset for demonstration
3434

35-
dataset = MOABBDataset(dataset_name="BNCI2014001", subject_ids=[1])
35+
dataset = MOABBDataset(dataset_name="BNCI2014_001", subject_ids=[1])
3636

3737
###############################################################################
3838
# Signal Processing
@@ -147,7 +147,7 @@
147147
print("=" * 60)
148148

149149
# Reload dataset for complete pipeline demonstration
150-
dataset_complete = MOABBDataset(dataset_name="BNCI2014001", subject_ids=[1])
150+
dataset_complete = MOABBDataset(dataset_name="BNCI2014_001", subject_ids=[1])
151151

152152
# Set montage first (needed for interpolation)
153153
montage = mne.channels.make_standard_montage("standard_1020")
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)