Skip to content

Commit

Permalink
FIX: Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 17, 2024
1 parent 17506aa commit 1bbe280
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 @@ -232,7 +232,7 @@ def test_fine_cal_systems(system, tmp_path):
n_ref = 28
corrs = (0.19, 0.41, 0.49)
sfs = [0.5, 0.7, 0.9, 1.5]
corr_tol = 0.45
corr_tol = 0.55
elif system == "fil":
raw = read_raw_fil(fil_fname, verbose="error")
raw.info["bads"] = [f"G2-{a}-{b}" for a in ("MW", "DS", "DT") for b in "YZ"]
Expand Down

0 comments on commit 1bbe280

Please sign in to comment.