Skip to content

Commit b581cfb

Browse files
committed
Further reduce upper bound for paths in Q16
1 parent 51316e5 commit b581cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paramgenerator/generateparamsbi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def main(argv=None):
372372
post_months = post_month_params(week_posts, post_lower_threshold, post_upper_threshold)
373373

374374
# the lower bound is inclusive and the upper bound is exclusive
375-
path_bounds = enumerate_path_bounds(3, 7, 2)
375+
path_bounds = enumerate_path_bounds(3, 6, 2)
376376
language_codes = prob_language_codes()
377377
post_lengths = prob_post_lengths()
378378

0 commit comments

Comments
 (0)