Skip to content

Commit

Permalink
Marking the grid search test to skip (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizgh committed Sep 21, 2018
1 parent 558d451 commit 81b3aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deslib/tests/test_des_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
from deslib.static.single_best import SingleBest
from deslib.static.static_selection import StaticSelection
from sklearn.model_selection import GridSearchCV
import pytest


@pytest.mark.skip(reason='Need to wait for changes on scikit-learn (see issue #89)')
def test_grid_search():
# This tests if the estimator can be cloned and used in a grid search

Expand Down

0 comments on commit 81b3aa7

Please sign in to comment.