Skip to content

Commit

Permalink
FIX: Tol
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Nov 15, 2024
1 parent 2e56abb commit 5e99388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/preprocessing/tests/test_fine_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5e99388

Please sign in to comment.