From fec713fa3fd71d6fff53aaa7530566b7d4123385 Mon Sep 17 00:00:00 2001 From: Vahid Date: Fri, 21 Apr 2023 14:35:02 -0700 Subject: [PATCH] fixed test bug. Signed-off-by: Vahid --- tests/collections/asr/test_asr_hybrid_rnnt_ctc_model_bpe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/collections/asr/test_asr_hybrid_rnnt_ctc_model_bpe.py b/tests/collections/asr/test_asr_hybrid_rnnt_ctc_model_bpe.py index f6ebe0df05d5..0f3611f95153 100644 --- a/tests/collections/asr/test_asr_hybrid_rnnt_ctc_model_bpe.py +++ b/tests/collections/asr/test_asr_hybrid_rnnt_ctc_model_bpe.py @@ -306,4 +306,4 @@ def test_decoding_change(self, hybrid_asr_model): assert hybrid_asr_model.ctc_decoding.preserve_alignments is True assert hybrid_asr_model.ctc_decoding.compute_timestamps is True - assert hybrid_asr_model.cur_decoder == "rnnt" + assert hybrid_asr_model.cur_decoder == "ctc"