From 5e993887bab79ddaf1a37a9ea0715d405811a4e9 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 15 Nov 2024 11:40:09 -0500 Subject: [PATCH] FIX: Tol --- mne/preprocessing/tests/test_fine_cal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne/preprocessing/tests/test_fine_cal.py b/mne/preprocessing/tests/test_fine_cal.py index 5fcb910e3f7..54092311946 100644 --- a/mne/preprocessing/tests/test_fine_cal.py +++ b/mne/preprocessing/tests/test_fine_cal.py @@ -219,7 +219,7 @@ def test_fine_cal_systems(system, tmp_path): n_ref = 3 corrs = (0.58, 0.61, 0.57) sfs = [0.9, 1.1, 2.3, 2.8] - corr_tol = 0.25 + corr_tol = 0.3 elif system == "ctf": raw = read_raw_ctf(ctf_fname_continuous).crop(0, 1) raw.apply_gradient_compensation(0)