Skip to content
Snippets Groups Projects
Commit 5c73c35e authored by Milos CERNAK's avatar Milos CERNAK
Browse files

updated cepstral test

parent 5ef8b484
No related branches found
No related tags found
1 merge request!8Dnn vad
Pipeline #
......@@ -71,7 +71,7 @@ def test_cepstral_mfcc():
assert ours.shape == theirs.shape
assert np.allclose(ours, theirs, 1e-03, 1e-05)
assert np.allclose(ours, theirs, 1e-03, 1e-04)
def test_cepstral_plp():
......@@ -87,5 +87,5 @@ def test_cepstral_plp():
assert ours.shape == theirs.shape
assert np.allclose(ours, theirs, 1e-03, 1e-05)
assert np.allclose(ours, theirs, 1e-03, 1e-04)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment