Commit 7e657f81 authored by Fize Jacques's avatar Fize Jacques
Browse files

Debug

1 merge request!5Add new version : Graph Extension, Parallelization, Graph Embedding, Performance enhanced
Showing with 1 addition and 1 deletion
+1 -1
...@@ -32,7 +32,7 @@ cdef class Graph: ...@@ -32,7 +32,7 @@ cdef class Graph:
self.edges_hash_set= set([]) self.edges_hash_set= set([])
self.edges_weight={} self.edges_weight={}
self.edges_hash_map={} self.edges_hash_map={}
self.attr_edges={} self.attr_edges=[]
else: else:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment