From 8493b03ef87d807483df55f3865c280891ec77d8 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 22 Dec 2020 08:55:20 -0500 Subject: [PATCH] minor change. --- bpm_detection/bpm_detection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpm_detection/bpm_detection.py b/bpm_detection/bpm_detection.py index 57e23e7..8f38e23 100644 --- a/bpm_detection/bpm_detection.py +++ b/bpm_detection/bpm_detection.py @@ -170,7 +170,7 @@ if __name__ == "__main__": n = n + 1 bpm = numpy.median(bpms) - print("Completed. Estimated Beats Per Minute:", bpm) + print("Completed! Estimated Beats Per Minute:", bpm) n = range(0, len(correl)) plt.plot(n, abs(correl))