Skip to content

Commit 6f422d8

Browse files
authored
MNT reduce test duration (scikit-learn#31953)
1 parent 42cbd9d commit 6f422d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/tests/test_metaestimators_metadata_routing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"metaestimator": RANSACRegressor,
307307
"estimator_name": "estimator",
308308
"estimator": "regressor",
309-
"init_args": {"min_samples": 0.5},
309+
"init_args": {"min_samples": 0.5, "max_trials": 10},
310310
"X": X,
311311
"y": y,
312312
"preserves_metadata": "subset",

0 commit comments

Comments
 (0)