Skip to content

Commit

Permalink
FIX: Restore two
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 15, 2024
1 parent 8dea3a1 commit 3866344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mne_bids_pipeline/tests/configs/config_ERP_CORE.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
}

eeg_reference = "average"
ica_n_components = 30 - 1
for i in range(1, 180 + 1):
orig_name = f"stimulus/{i}"

Expand Down
1 change: 1 addition & 0 deletions mne_bids_pipeline/tests/configs/config_ds003392.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
ica_algorithm = "picard-extended_infomax"
ica_max_iterations = 1000
ica_l_freq = 1.0
ica_n_components = 0.99

# Epochs
epochs_tmin = -0.2
Expand Down

0 comments on commit 3866344

Please sign in to comment.