fix flake8

This commit is contained in:
Your Name 2025-04-29 20:34:12 -07:00
parent 973fcbc585
commit 1210025d8b

View File

@ -383,7 +383,7 @@ def decode_dataset(
this_batch = []
assert len(hyps) == len(texts)
for cut_id, hyp_text, ref_text in zip(cut_ids, hyps, texts):
this_batch.append((cut_id, ref_text, hyp_words))
this_batch.append((cut_id, ref_text, hyp_text))
results[lm_scale].extend(this_batch)