Skip to content

Commit 593cd69

Browse files
committed
FIX upgrade script to work with latest SMAC
1 parent 405eaf2 commit 593cd69

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/run_auto-sklearn_for_metadata_generation.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,12 @@
9494
config = entry.incumbent
9595

9696
logger = logging.getLogger('Testing:)')
97-
stats = Stats(Scenario({'cutoff_time': per_run_time_limit * 2}))
97+
stats = Stats(
98+
Scenario({
99+
'cutoff_time': per_run_time_limit * 2,
100+
'run_obj': 'quality',
101+
})
102+
)
98103
stats.start_timing()
99104
# To avoid the output "first run crashed"...
100105
stats.ta_runs += 1

0 commit comments

Comments
 (0)