Merge pull request #1781 from mozilla/fix-prod-tests

Fix prod tests expected output with new feature computation
This commit is contained in:
lissyx 2018-12-12 10:36:02 -05:00 committed by GitHub
commit 4b11736191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -151,12 +151,12 @@ assert_correct_multi_ldc93s1()
assert_correct_ldc93s1_prodmodel()
{
assert_correct_inference "$1" "she had out in greasy wash water all year"
assert_correct_inference "$1" "she had a due in greasy wash water year"
}
assert_correct_ldc93s1_prodmodel_stereo_44k()
{
assert_correct_inference "$1" "she had out and greasy wash water all year"
assert_correct_inference "$1" "she had a due in greasy wash water year"
}
assert_correct_warning_upsampling()