Skip to content
Snippets Groups Projects

Revert "Merge branch 'revert-44e4c57e' into 'master'"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -170,7 +170,7 @@ class FindRelations:
@@ -170,7 +170,7 @@ class FindRelations:
if not rawlabels is None and node1 in rawlabels:
if not rawlabels is None and node1 in rawlabels:
for node2,weight in dict.items():
for node2,weight in dict.items():
if not rawlabels is None and node2 in rawlabels:
if not rawlabels is None and node2 in rawlabels:
dg.add_edge(node1,node2,weitght=weight)
dg.add_edge(node1,node2,Weight=weight)
nx.write_gexf(dg, out)
nx.write_gexf(dg, out)
Loading