Skip to content

Commit 5efe598

Browse files
Test fixes
Signed-off-by: Nune <[email protected]>
1 parent 40c4c5d commit 5efe598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/collections/asr/test_asr_hybrid_rnnt_ctc_model_bpe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def test_transcribe_parallel_chunking_long_audio(self, fast_conformer_hybrid_mod
366366
model = fast_conformer_hybrid_model
367367
model.change_decoding_strategy(decoder_type='ctc')
368368
model.eval()
369-
audio_file = "/home/TestData/TestData/asr/longform/earnings22/sample_4469669.wav"
369+
audio_file = "/home/TestData/asr/longform/earnings22/sample_4469669.wav"
370370
# Test with file path (no timestamps)
371371
hypotheses = model.transcribe(audio_file, batch_size=1, timestamps=False,enable_chunking=True)
372372
assert len(hypotheses) == 1

0 commit comments

Comments
 (0)