Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreArtelt committed Nov 27, 2019
1 parent ed8782d commit 8987e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/sklearn/test_sklearn_linearregression.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from ceml.sklearn import generate_counterfactual


def test_softmaxregression():
def test_linearregression():
# Load data
X, y = load_boston(True)

Expand Down
2 changes: 1 addition & 1 deletion tests/sklearn/test_sklearn_naivebayes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from ceml.sklearn import generate_counterfactual


def test_softmaxregression():
def test_gaussiannaivebayes():
# Load data
X, y = load_iris(True)

Expand Down

0 comments on commit 8987e02

Please sign in to comment.