Skip to content
Snippets Groups Projects
Commit 65909ed6 authored by itamir2's avatar itamir2
Browse files

get rid of stupid comment

parent b075be53
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,6 @@ def calculate_start_times(song):
return peaks * SEGMENT_MS
## SAVE plot as csv and predicted start times then recalculate accuracy
def calculate_success_rate(song, xml_data, beats_per_minute):
correct_start_times = calculate_correct_start_times(xml_data, beats_per_minute).unique()
actual_start_times = calculate_start_times(song)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment