Skip to content

Commit bc98a4e

Browse files
authored
Merge pull request #31 from samuelbarrett1234/master
Changed print statement to log message.
2 parents b0f7ec7 + a9a672a commit bc98a4e

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)