Skip to content

Commit

Permalink
fix failing regr test
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva committed Sep 13, 2020
1 parent 165cde9 commit 37a93d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def setup(self):
def test_regression(self):
'''Test imodels on basic binary classification task
'''
for model_type in [RuleFit, SLIM]:
for model_type in [RuleFit]:
m = model_type()
m.fit(self.X_regression, self.y_regression)

Expand Down

0 comments on commit 37a93d7

Please sign in to comment.