Skip to content

Commit 877a4db

Browse files
redo testing threshold 'auto
1 parent 57bc753 commit 877a4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/preprocessing/tests/test_ica.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def test_ica_additional():
273273

274274
# test corrmap
275275
ica2 = deepcopy(ica)
276-
corrmap([ica, ica2], (0, 0), threshold=0.99, label='blinks', plot=True,
276+
corrmap([ica, ica2], (0, 0), threshold='auto', label='blinks', plot=True,
277277
ch_type="mag")
278278
corrmap([ica, ica2], (0, 0), threshold=2, plot=False)
279279
assert_true(ica.labels_["blinks"] == ica2.labels_["blinks"])

0 commit comments

Comments
 (0)