Skip to content

Commit

Permalink
Draft for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Warvito committed Oct 16, 2019
1 parent 45056b0 commit 6e661c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neurocombat_sklearn/tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from sklearn.utils.estimator_checks import check_estimator

from sklearn_rvm import RVR, RVC
from neurocombat_sklearn import CombatModel

@pytest.mark.parametrize(
"Estimator", [RVR, RVC]
"Estimator", [CombatModel]
)
def test_all_estimators(Estimator):
def test_all_transformers(Estimator):
return check_estimator(Estimator)

0 comments on commit 6e661c2

Please sign in to comment.