Skip to content

Commit

Permalink
Update knowledge_level_and_agent_type.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acevedol committed May 15, 2024
1 parent e5ba8e5 commit 1dc1773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions knowledge_level_and_agent_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def process_edges(input_edges_file, output_file_location, output_file):
edge_dict['knowledge_level'] = 'not_provided'
edges_info.write(edge_dict)

kg2_util.end_read_jsonlines(edges_read_jsonlines_data)


if __name__ == '__main__':
args = make_arg_parser().parse_args()
Expand Down

0 comments on commit 1dc1773

Please sign in to comment.