diff options
-rw-r--r-- | tests/test_cer.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_cer.py b/tests/test_cer.py index 30d58b2..6b7565e 100644 --- a/tests/test_cer.py +++ b/tests/test_cer.py @@ -19,5 +19,3 @@ def test_character_error_rate() -> None: metric(preds, targets) print(metric.compute()) assert metric.compute() == float(sum([0, 0.75, 0.5]) / 3) - - |