From 77fcd97fb70e3c82a496f5abc6e6eb4e025e9130 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Fri, 30 Aug 2024 02:08:56 +0000 Subject: [PATCH] Fix --- tests/unit/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/ci.sh b/tests/unit/ci.sh index 86e76a8de..9342a2685 100644 --- a/tests/unit/ci.sh +++ b/tests/unit/ci.sh @@ -4,7 +4,7 @@ function main(){ echo "Start asr" cd ${speech_ci_path}/asr - #bash deepspeech2_online_model_test.sh + bash deepspeech2_online_model_test.sh python error_rate_test.py python mask_test.py python reverse_pad_list.py @@ -12,7 +12,7 @@ function main(){ echo "Start TTS" cd ${speech_ci_path}/tts - #python test_data_table.py + python test_data_table.py python test_enfrontend.py python test_mixfrontend.py echo "End TTS"