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 4419b78 commit e5ba8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge_level_and_agent_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def check_sources(agent_type_dict, sources):


# Add knowledge_level and agent_type to edges
def process_edges(input_edges_file, output_file_location, output_file, agent_type_map):
def process_edges(input_edges_file, output_file_location, output_file):

print(f"Adding knowledge_level and agent_type to edges from {input_edges_file} to {output_file_location}/{output_file}")
# print(f"Type: {type(agent_type_map)} /nAgent type map: {agent_type_map}")
Expand Down

0 comments on commit e5ba8e5

Please sign in to comment.