Skip to content

Commit a9a672a

Browse files
Changed print statement to log message.
1 parent b0f7ec7 commit a9a672a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphRicciCurvature/FormanRicci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ def compute_ricci_curvature(self):
150150
self.G.nodes[n]['formanCurvature'] = fcsum
151151

152152
logger.debug("node %d, Forman Curvature = %f" % (n, self.G.nodes[n]['formanCurvature']))
153-
print("Forman curvature (%s) computation done." % self.method)
153+
logger.debug("Forman curvature (%s) computation done." % self.method)

0 commit comments

Comments
 (0)