Skip to content

Commit 974d876

Browse files
authored
Increase initial run length from 1k to 10k
1 parent b4a1e57 commit 974d876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_driver/run_length_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from accuracies import RELATIVE_ACCURACY, ABSOLUTE_ACCURACY
1010

1111
# Initial run length
12-
INITIAL_RUN_LENGTH: int = 1000
12+
INITIAL_RUN_LENGTH: int = 10000
1313
# Run length increasing factor
1414
RUN_LENGTH_FACTOR: float = 1.
1515
# The maximum run length represents a cost constraint.

0 commit comments

Comments
 (0)