Jarred Osborne
Results
1
issues of
Jarred Osborne
## Description Fixes #5289 As stated in issue 5289, `tempo, _ = beat.beat_track(y=y, sr=sr)` was assigning a numpy.ndarray to `tempo`. Trying to use Pythons built-in `round()` method doesn't work, so...