Skip to content

Commit

Permalink
FIX: sf
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 21, 2025
1 parent ed3d5b8 commit c35d006
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 @@ -231,7 +231,7 @@ def test_fine_cal_systems(system, tmp_path):
err_limit = 6000
n_ref = 28
corrs = (0.19, 0.41, 0.49)
sfs = [0.5, 0.7, 0.9, 1.5]
sfs = [0.5, 0.7, 0.9, 1.55]
corr_tol = 0.55
elif system == "fil":
raw = read_raw_fil(fil_fname, verbose="error")
Expand Down

0 comments on commit c35d006

Please sign in to comment.