Skip to content

Commit 3783f50

Browse files
committed
fixed test_load_annotation_from_ote_dataset_call_params_validation
1 parent 5ba02cc commit 3783f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/mmdetection/tests/ote_params_validation/test_ote_pipelines_params_validation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_load_annotation_from_ote_dataset_call_params_validation(self):
9393
Test passes if ValueError exception is raised when unexpected type object is specified as
9494
input parameter for "__call__" method
9595
"""
96-
load_annotation_from_ote_dataset = LoadAnnotationFromOTEDataset()
96+
load_annotation_from_ote_dataset = LoadAnnotationFromOTEDataset(min_size=1)
9797
unexpected_int = 1
9898
for unexpected_value in [
9999
# Unexpected integer is specified as "results" parameter

0 commit comments

Comments
 (0)