fix: update runner max loop to 1 in DS scenario (#820)

This commit is contained in:
Xu Yang
2025-04-23 05:15:29 -06:00
committed by GitHub
parent 18a115b4e0
commit 0ce1ca74a0
+1 -1
View File
@@ -32,7 +32,7 @@ class DataScienceBasePropSetting(KaggleBasePropSetting):
max_trace_hist: int = 3
coder_max_loop: int = 10
runner_max_loop: int = 3
runner_max_loop: int = 1
rule_base_eval: bool = False