From 1392b8f4f38eba9f618662ea75b5e7c5b2f129b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9lodie=20Boillet?= <boillet@teklia.com> Date: Wed, 2 Aug 2023 11:56:46 +0200 Subject: [PATCH] Fix tests --- tests/test_training.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_training.py b/tests/test_training.py index 92a3c6bb..91b80f74 100644 --- a/tests/test_training.py +++ b/tests/test_training.py @@ -25,7 +25,7 @@ from tests.conftest import FIXTURES }, { "nb_chars": 41, - "cer": 1.2927, + "cer": 1.2683, "nb_words": 9, "wer": 1.0, "nb_words_no_punct": 9, @@ -34,7 +34,7 @@ from tests.conftest import FIXTURES }, { "nb_chars": 49, - "cer": 1.102, + "cer": 1.1224, "nb_words": 9, "wer": 1.0, "nb_words_no_punct": 9, -- GitLab