Skip to content

Commit b830d1a

Browse files
authored
Update visuals.py
fixed print() sintax
1 parent b1db8a1 commit b830d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persim/visuals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def plot_barcode(diagrams, show=False):
188188
# barcodes
189189
for dim in range(dimensions):
190190
number_of_bars = len(diagrams[dim])
191-
print "Number of bars in dimension %d: %d" % (dim, number_of_bars)
191+
print("Number of bars in dimension %d: %d" % (dim, number_of_bars))
192192

193193
number_of_bars_fin = 0
194194
number_of_bars_inf = 0

0 commit comments

Comments
 (0)