-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I run python test_srmr.py. But the results are quite different, why?
test_code:
ratio_norm, avg_energy_norm = srmr(s, fs, fast=False, norm=True, max_cf=30)
#assert np.allclose(ratio_norm, correct_ratios[3], rtol=1e-6, atol=1e-12)
print(ratio, ratio_norm_fast, ratio_slow, ratio_norm )
print(correct_ratios[1], correct_ratios[2], correct_ratios[0], correct_ratios[3] )
print output:
6.736847774405838 3.715814103437327 6.055213264706728 2.3186338803227864
6.062267651334784 3.44954048853273 6.116783821833282 2.300403317120358
the results are quite different, why ?
Metadata
Metadata
Assignees
Labels
No labels