From d35a617b0dd1e5f6757a435c85015c85c40a39ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 13 Sep 2024 16:24:24 +0300 Subject: [PATCH] Update test_basic.py lint fix --- tests/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_basic.py b/tests/test_basic.py index 8ae186c..0808b2b 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -83,7 +83,7 @@ def test_bad_iou_type(self): cocoDt = cocoGt.loadRes(self.dt_ignore_test_file) COCOeval_faster(cocoGt, cocoDt, "iouType") - @parameterized.expand([(True, ), (False, )]) + @parameterized.expand([(True,), (False,)]) def test_ignore_coco_eval(self, separate_eval): stats_as_dict = { "AP_all": 0.7099009900990099,