Skip to content

Commit

Permalink
FIX: More
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Nov 15, 2024
1 parent 5e99388 commit 21ec82e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion tools/install_pre_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21ec82e

Please sign in to comment.