Skip to content

Commit ecf7218

Browse files
committed
Lowered the cutoff percentile to have a faster test
1 parent e3980e2 commit ecf7218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_hyper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_hyper(env):
2424
"minimum_fraction_of_budget_valid": 0.01,
2525
},
2626
"statistics_settings": {
27-
"cutoff_percentile": 0.90,
27+
"cutoff_percentile": 0.80,
2828
"cutoff_percentile_start": 0.01,
2929
"cutoff_type": "time",
3030
"objective_time_keys": [

0 commit comments

Comments
 (0)