Skip to content

Commit

Permalink
FIX: Skip
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 31, 2023
1 parent 0070ade commit 2569535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/decoding/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ def test_cross_val_multiscore():

def test_sklearn_compliance():
"""Test LinearModel compliance with sklearn."""
pytest.importorskip("sklearn")
from sklearn.utils.estimator_checks import check_estimator
from sklearn.linear_model import LogisticRegression

Expand Down

0 comments on commit 2569535

Please sign in to comment.