We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f259f05 commit d54a8b2Copy full SHA for d54a8b2
pygsp/graphs/randomregular.py
@@ -67,7 +67,7 @@ def __init__(self, N=64, k=6, maxIter=10, **kwargs):
67
# print(progess)
68
if edgesTested % 5000 == 0:
69
self.logger.debug("createRandRegGraph() progress: edges= "
70
- "{}/{}.".format(edgesTested, n*k/2))
+ "{}/{}.".format(edgesTested, N*k/2))
71
72
# chose at random 2 half edges
73
i1 = np.random.randint(0, np.shape(U)[0])
0 commit comments