Skip to content

Commit

Permalink
Update test_basic.py lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 authored Sep 13, 2024
1 parent 64b6676 commit d35a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d35a617

Please sign in to comment.