8000 Remove unused fixture · scikit-learn/scikit-learn@f269371 · GitHub
[go: up one dir, main page]

Skip to content

Commit f269371

Browse files
committed
Remove unused fixture
1 parent 3b15cd2 commit f269371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/neural_network/tests/test_mlp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ def test_mlp_loading_from_joblib_partial_fit(tmp_path):
879879

880880

881881
@pytest.mark.parametrize("Estimator", [MLPClassifier, MLPRegressor])
882-
def test_preserve_feature_names(recwarn, Estimator):
882+
def test_preserve_feature_names(Estimator):
883883
# Non-regression test for #24846
884884

885885
pd = pytest.importorskip("pandas")

0 commit comments

Comments
 (0)
0