We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebabeb9 commit d3775fbCopy full SHA for d3775fb
runDeTrustyWithDief.py
@@ -69,7 +69,7 @@ def run_query(query, decomposition_type, sparql_one_dot_one, config, result_fold
69
planner = Planner(decomposed_query, True, contact_source, 'RDF', config)
70
plan = planner.createPlan()
71
72
- pt = time() - dt
+ pt = time() - time1
73
74
res = Queue()
75
p2 = Process(target=plan.execute, args=(res,))
0 commit comments