Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GINK03 committed Feb 5, 2018
1 parent 89a0e19 commit a52df9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 30-index.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
ftgroup = open("./rank/test.group", "w")
import random
for query, data in query_data.items():
if random.random() < 0.05:
if random.random() < 0.15:
size = len(data)
ftgroup.write( '%d\n'%(size) )
for rank, wakati in data:
Expand Down

0 comments on commit a52df9e

Please sign in to comment.