Skip to content

Commit dc544e1

Browse files
committed
Fix parameter generation for Q4 #68
1 parent ef70e39 commit dc544e1

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
@@ -385,7 +385,7 @@ def main(argv=None):
385385
serialize_q18(outdir, post_date_right_open_range_params(week_posts, 0.3*total_posts, 0.6*total_posts), post_lengths, language_codes)
386386
serialize_q10(outdir, key_params(tag_posts, total_posts/900, total_posts/600), post_date_right_open_range_params(week_posts, 0.3*total_posts, 0.6*total_posts))
387387

388-
serialize_q4 (outdir, key_params(tagclass_posts, total_posts/20, total_posts/10), key_params(country_sample, total_posts/120, total_posts/70))
388+
serialize_q4 (outdir, key_params(tagclass_posts, total_posts/20, total_posts/10), key_params(country_sample, total_posts/150, total_posts/50))
389389
serialize_q5 (outdir, key_params(country_sample, total_posts/200, total_posts/100))
390390
serialize_q6 (outdir, key_params(tag_posts, total_posts/1300, total_posts/900))
391391
serialize_q7 (outdir, key_params(tag_posts, total_posts/900, total_posts/600))

0 commit comments

Comments
 (0)