Skip to content

Commit cf43c29

Browse files
committed
Ignore some warnings in tests - scikit-learn#5283
1 parent 43ec4d2 commit cf43c29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/model_selection/tests/test_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ def predict(self, X):
433433
return np.zeros(X.shape[0])
434434

435435

436+
@ignore_warnings
436437
def test_refit():
437438
# Regression test for bug in refitting
438439
# Simulates re-fitting a broken estimator; this used to break with

0 commit comments

Comments
 (0)