From 1379c7c102bc4502a174592209225e2d808d252b Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Wed, 12 Dec 2018 12:06:17 -0200 Subject: [PATCH] Fix prod tests expected output with new feature computation --- tc-tests-utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tc-tests-utils.sh b/tc-tests-utils.sh index c3248a45..6921f7c2 100755 --- a/tc-tests-utils.sh +++ b/tc-tests-utils.sh @@ -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()