Skip to content

Commit

Permalink
fixed test bug.
Browse files Browse the repository at this point in the history
Signed-off-by: Vahid <[email protected]>
  • Loading branch information
VahidooX committed Apr 21, 2023
1 parent a04594d commit fec713f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit fec713f

Please sign in to comment.