Skip to content

Commit 4c6e875

Browse files
authored
Merge pull request test123#10 from Pablo-Davila/master
Thank you, Pablo!
2 parents 448c74d + 478fa67 commit 4c6e875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ def get_random_array(length):
3131
algorithm = algorithms[0]
3232
arr = s.Array(get_random_array(array_size))
3333
algorithm(arr)
34-
plotter = vs.Plotter(arr.pile, title=algorithm_name, repeat=True, interval=1)
35-
plotter.plot()
34+
plotter = vs.Plotter(arr.pile, title=algorithm.__name__, repeat=True, interval=1)
35+
plotter.plot()

0 commit comments

Comments
 (0)