Skip to content

Commit

Permalink
Skip test that doesn't fail with this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pobonomo committed Nov 8, 2024
1 parent fc4305e commit 3c35471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sklearn/test_sklearn_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def test_logistic_wrongarg(self):
with self.assertRaises(ParameterError):
add_predictor_constr(m, logreg, x, predict_function="predi_prba")

@unittest.skip("Actually works in this branch")
def test_mlpregressor_wrong_act(self):
data = datasets.load_diabetes()

Expand Down

0 comments on commit 3c35471

Please sign in to comment.