From 3783f50861c6517707f21657b188ee5ca865e372 Mon Sep 17 00:00:00 2001 From: saltykox Date: Mon, 21 Mar 2022 17:07:23 +0300 Subject: [PATCH] fixed test_load_annotation_from_ote_dataset_call_params_validation --- .../test_ote_pipelines_params_validation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/mmdetection/tests/ote_params_validation/test_ote_pipelines_params_validation.py b/external/mmdetection/tests/ote_params_validation/test_ote_pipelines_params_validation.py index a0be891ec52..295ef2d9e06 100644 --- a/external/mmdetection/tests/ote_params_validation/test_ote_pipelines_params_validation.py +++ b/external/mmdetection/tests/ote_params_validation/test_ote_pipelines_params_validation.py @@ -93,7 +93,7 @@ def test_load_annotation_from_ote_dataset_call_params_validation(self): Test passes if ValueError exception is raised when unexpected type object is specified as input parameter for "__call__" method """ - load_annotation_from_ote_dataset = LoadAnnotationFromOTEDataset() + load_annotation_from_ote_dataset = LoadAnnotationFromOTEDataset(min_size=1) unexpected_int = 1 for unexpected_value in [ # Unexpected integer is specified as "results" parameter