Skip to content

Commit

Permalink
dev(narugo): save the newest features
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Aug 27, 2024
1 parent 88aeda7 commit f4c85ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/similarity/test_mfcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ def test_sound_mfcc_similarity_pad_min(self, file1, file2, mode, v):
_ = sound_mfcc_similarity(file1, file2, mode=mode, time_align='pad', resample_rate_align='min')
else:
assert sound_mfcc_similarity(file1, file2, mode=mode, time_align='pad', resample_rate_align='min') \
== pytest.approx(v)
== pytest.approx(v, abs=1e-3)

0 comments on commit f4c85ca

Please sign in to comment.