Skip to content

Commit

Permalink
FIX: Iter
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 22, 2024
1 parent ed04b36 commit a1032af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids_pipeline/tests/configs/config_ds003392.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Artifact correction.
spatial_filter = "ica"
ica_algorithm = "picard-extended_infomax"
ica_max_iterations = 500
ica_max_iterations = 1000
ica_l_freq = 1.0
ica_n_components = 0.99
ica_reject_components = "auto"
Expand Down

0 comments on commit a1032af

Please sign in to comment.