From 21ec82e8f80b521f045540fba083a1dc8d7b55f6 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 15 Nov 2024 13:45:23 -0500 Subject: [PATCH] FIX: More --- mne/preprocessing/tests/test_fine_cal.py | 2 +- tools/install_pre_requirements.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mne/preprocessing/tests/test_fine_cal.py b/mne/preprocessing/tests/test_fine_cal.py index 54092311946..696261fd6f1 100644 --- a/mne/preprocessing/tests/test_fine_cal.py +++ b/mne/preprocessing/tests/test_fine_cal.py @@ -239,7 +239,7 @@ def test_fine_cal_systems(system, tmp_path): int_order = 5 corrs = (0.13, 0.0, 0.12) sfs = [4, 5, 125, 145] - corr_tol = 0.1 + corr_tol = 0.15 else: assert system == "triux", f"Unknown system {system}" raw = read_raw_fif(tri_fname) diff --git a/tools/install_pre_requirements.sh b/tools/install_pre_requirements.sh index 42a44c61916..2577d47d34b 100755 --- a/tools/install_pre_requirements.sh +++ b/tools/install_pre_requirements.sh @@ -40,7 +40,9 @@ echo "OpenMEEG" python -m pip install $STD_ARGS --only-binary ":all:" --extra-index-url "https://test.pypi.org/simple" "openmeeg>=2.6.0.dev4" echo "nilearn" -python -m pip install $STD_ARGS git+https://github.com/nilearn/nilearn +# TODO: Revert once settled: +# https://github.com/scikit-learn/scikit-learn/pull/30268#issuecomment-2479701651 +python -m pip install $STD_ARGS "git+https://github.com/larsoner/nilearn@sklearn" echo "VTK" # No pre until PyVista fixes a bug