From 9eb82db900d82bda91306b44be275b25623b1b70 Mon Sep 17 00:00:00 2001 From: Thomas Werkmeister Date: Thu, 21 Sep 2023 09:42:13 +0200 Subject: [PATCH] adjusted number to account for less than half --- tests/nlu/classifiers/test_diet_classifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nlu/classifiers/test_diet_classifier.py b/tests/nlu/classifiers/test_diet_classifier.py index 06b5d5481f20..1f0c37a85faa 100644 --- a/tests/nlu/classifiers/test_diet_classifier.py +++ b/tests/nlu/classifiers/test_diet_classifier.py @@ -980,7 +980,7 @@ async def test_no_bilou_when_entity_recognition_off( (16, 3), (18, 3), (20, 2), - (32, 1), + (32, 2), (64, 1), (128, 1), (256, 1),