Skip to content
Snippets Groups Projects
Commit adbeb3bb authored by toyota's avatar toyota
Browse files

fix naming

parent 68e42529
No related branches found
No related tags found
No related merge requests found
......@@ -96,8 +96,8 @@ def get_max_bow_neighbours(path_nodes, path_edges):
def add_max_values_to_graph(path_nodes, path_edges): #update Graph with max values
Cora_graph = get_graph(path_nodes, path_edges)
Cora_graph.graph["bow"]["max_bow_len"] = get_max_bow_neighbours(path_nodes, path_edges)
Cora_graph.graph["paper_id"]["max_paper_id_len"] = get_max_neighbours(path_nodes, path_edges)
Cora_graph.graph["bow"]["maxlen_neighbours"] = get_max_bow_neighbours(path_nodes, path_edges)
Cora_graph.graph["paper_id"]["maxlen_neighbours"] = get_max_neighbours(path_nodes, path_edges)
return Cora_graph
#write graph into pickle file
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment