version k-means qui marche!!
This commit is contained in:
@@ -17,7 +17,6 @@ if __name__ == "__main__":
|
||||
filename = args.filename
|
||||
token = args.token
|
||||
heights = get_heights(filename)
|
||||
print(f"Heights: {heights}")
|
||||
# drop the fist, last, and 12th bar
|
||||
heights = heights[1:11] + heights[12:-1]
|
||||
decoded = spotify_bar_decode(heights)
|
||||
|
||||
Reference in New Issue
Block a user