We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680acc7 commit 63b68cbCopy full SHA for 63b68cb
heta/HETA.py
@@ -173,7 +173,7 @@ def processing_link_property(iter_item):
173
174
175
def generate_ego_graph(g, sp):
176
- for r in xrange(sp):
+ for r in range(sp):
177
for n in g.nodes(data = False):
178
if r == 0:
179
g.node[n][EGO_NETWORK + str(r)] = set([n])
heta/__init__.py
@@ -1 +1 @@
1
-from HETA import *
+from heta.HETA import *
0 commit comments