Skip to content

Commit af44c98

Browse files
committed
Merge branch 'bi' of github.com:ldbc/ldbc_snb_datagen into bi
2 parents 26db55a + b937907 commit af44c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paramgenerator/generateparamsbi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def serialize_q13(countries):
195195
def serialize_q14(creationdates):
196196
writer = ParamsWriter("q14", ["begin","todoEnd"])
197197
for creation, count in creationdates:
198-
writer.append([str(creation),"todo"], [count])
198+
writer.append([str(creation),str(1278888800000)], [count])
199199

200200
def serialize_q15(countries):
201201
writer = ParamsWriter("q15", ["country"])
@@ -231,7 +231,7 @@ def serialize_q20():
231231
def serialize_q21(countries):
232232
writer = ParamsWriter("q21", ["country","endDate"])
233233
for country, count in countries:
234-
writer.append([country,str("2013-02-01")], [count])
234+
writer.append([country,str(format_date(END_DATE))], [count])
235235

236236
def serialize_q22(countries):
237237
writer = ParamsWriter("q22", ["country1","country2"])

0 commit comments

Comments
 (0)