Skip to content

Commit

Permalink
Merge branch 'master' into itrb-test #2259
Browse files Browse the repository at this point in the history
  • Loading branch information
sundareswarpullela committed Apr 26, 2024
2 parents add5232 + 348e8c2 commit be10bbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/ARAX/ARAXQuery/ARAX_resultify.py
Expand Up @@ -733,7 +733,8 @@ def _get_results_for_kg_by_qg(kg: KnowledgeGraph, # all nodes *must
for qnode_key, node_keys in result_graph['nodes'].items():
node_bindings[qnode_key] = [NodeBinding(id=node_key,
query_id=_get_query_id(node_key, kg.nodes[node_key], qnode_key,
qnodes_with_ids))
qnodes_with_ids),
attributes=[])
for node_key in node_keys]
edge_bindings = dict()
for qedge_key, edge_keys in result_graph['edges'].items():
Expand Down

0 comments on commit be10bbf

Please sign in to comment.