Skip to content

Commit

Permalink
FIX: Check
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Mar 13, 2024
1 parent 34a2672 commit 0657af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/preprocessing/tests/test_lof.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
def test_lof(n_neighbors, ch_type, n_ch, n_bad):
"""Test LOF detection."""
pytest.importorskip("sklearn")
if sys.platform == "win32" and check_version("numpy", "2"):
if sys.platform == "win32" and check_version("sklearn", "1.5.dev"):
pytest.skip("https://github.com/scikit-learn/scikit-learn/issues/28625")
raw = read_raw_fif(raw_fname).load_data()
assert raw.info["bads"] == []
Expand Down

0 comments on commit 0657af8

Please sign in to comment.