Skip to content

Commit d3775fb

Browse files
committed
fix planning time in dief script
1 parent ebabeb9 commit d3775fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runDeTrustyWithDief.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run_query(query, decomposition_type, sparql_one_dot_one, config, result_fold
6969
planner = Planner(decomposed_query, True, contact_source, 'RDF', config)
7070
plan = planner.createPlan()
7171

72-
pt = time() - dt
72+
pt = time() - time1
7373

7474
res = Queue()
7575
p2 = Process(target=plan.execute, args=(res,))

0 commit comments

Comments
 (0)