You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codeflash/code_utils/config_consts.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
N_CANDIDATES_LP_LSP=3
22
22
23
23
# Code repair
24
-
REPAIR_UNMATCHED_PERCENTAGE_LIMIT=0.35# if the percentage of unmatched tests is greater than this, we won't fix it
24
+
REPAIR_UNMATCHED_PERCENTAGE_LIMIT=0.4# if the percentage of unmatched tests is greater than this, we won't fix it (lowering this value makes the repair more stricted)
25
25
MAX_REPAIRS_PER_TRACE=3# maximum number of repairs we will do for each function
0 commit comments