Skip to content

the results are quite different, why? #9

@smith24122412

Description

@smith24122412

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions