Skip to content

Commit b48ed5c

Browse files
committed
ruff fix
1 parent c856f1e commit b48ed5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/config_consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
TOTAL_LOOPING_TIME = 10.0 # 10 second candidate benchmarking budget
1010
COVERAGE_THRESHOLD = 60.0
1111
MIN_TESTCASE_PASSED_THRESHOLD = 6
12-
REPEAT_OPTIMIZATION_PROBABILITY = 0.1
12+
REPEAT_OPTIMIZATION_PROBABILITY = 0.1

0 commit comments

Comments
 (0)