Skip to content

Commit

Permalink
Read only input checks in common tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmensch committed Oct 19, 2015
1 parent 6db9ee0 commit a664269
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 26 deletions.
3 changes: 3 additions & 0 deletions sklearn/tests/test_common.py
Expand Up @@ -26,6 +26,7 @@
from sklearn.linear_model.base import LinearClassifierMixin
from sklearn.utils.estimator_checks import (
_yield_all_checks,
_clear_temp_memory,
CROSS_DECOMPOSITION,
check_parameters_default_constructible,
check_class_weight_balanced_linear_classifier,
Expand Down Expand Up @@ -73,6 +74,8 @@ def test_non_meta_estimators():
yield check, name, Estimator
else:
yield check, name, Estimator
_clear_temp_memory(warn=False)


def test_configure():
# Smoke test the 'configure' step of setup, this tests all the
Expand Down

0 comments on commit a664269

Please sign in to comment.