Skip to content

Commit 445e835

Browse files
Copilotwannaphong
andcommitted
Fix undefined name 'wer' in character_error_rate test
Co-authored-by: wannaphong <8536487+wannaphong@users.noreply.github.com>
1 parent c3eeb3d commit 445e835

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/extra/testx_benchmarks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,3 @@ def test_character_error_rate_deletions(self):
394394
# CER should be > 0 due to deletion
395395
self.assertGreater(cer, 0.0)
396396
self.assertLess(cer, 1.0)
397-
self.assertGreater(wer, 0.0)

0 commit comments

Comments
 (0)