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.
2 parents b0f7ec7 + a9a672a commit bc98a4eCopy full SHA for bc98a4e
GraphRicciCurvature/FormanRicci.py
@@ -150,4 +150,4 @@ def compute_ricci_curvature(self):
150
self.G.nodes[n]['formanCurvature'] = fcsum
151
152
logger.debug("node %d, Forman Curvature = %f" % (n, self.G.nodes[n]['formanCurvature']))
153
- print("Forman curvature (%s) computation done." % self.method)
+ logger.debug("Forman curvature (%s) computation done." % self.method)
0 commit comments