We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2ba63 commit eff2c02Copy full SHA for eff2c02
paramgenerator/generateparamsbi.py
@@ -397,7 +397,8 @@ def main(argv=None):
397
post_upper_threshold = (total_posts/(non_empty_weeks/4))*1.2
398
post_months = post_month_params(week_posts, post_lower_threshold, post_upper_threshold)
399
400
- path_bounds = enumerate_path_bounds(3, 9, 2)
+ # the lower bound is inclusive and the upper bound is exclusive
401
+ path_bounds = enumerate_path_bounds(3, 7, 2)
402
language_codes = prob_language_codes()
403
post_lengths = prob_post_lengths()
404
0 commit comments