hop_length = 256
win_length = 2048
max_win = 3
mu = 4
Gamma = 1
f_novfn = lambda x, sr: get_superflux_novfn(x, sr, hop_length, win_length, max_win, mu, Gamma)
results = evaluate_tempos(f_novfn, get_acf_dft_tempo, hop_length, 44100)
ipd.HTML(results.to_html(escape=False, float_format='%.2f'))