Configured codecov
#44
Triggered via pull request
September 25, 2024 08:11
Status
Failure
Total duration
3m 18s
Artifacts
–
ci.yaml
on: pull_request
Annotations
4 errors
type-check:
tests/unittests/test_utils/test_boxutils.py#L68
Argument of type "str" cannot be assigned to parameter "format" of type "Literal['xyxy', 'xywh', 'cxcywh']" in function "generate_random_bboxes"
Type "str" is not assignable to type "Literal['xyxy', 'xywh', 'cxcywh']"
"str" is not assignable to type "Literal['xyxy']"
"str" is not assignable to type "Literal['xywh']"
"str" is not assignable to type "Literal['cxcywh']" (reportArgumentType)
|
type-check:
tests/unittests/test_utils/test_boxutils.py#L70
Argument of type "str" cannot be assigned to parameter "format" of type "Literal['xyxy', 'xywh', 'cxcywh']" in function "generate_random_bboxes"
Type "str" is not assignable to type "Literal['xyxy', 'xywh', 'cxcywh']"
"str" is not assignable to type "Literal['xyxy']"
"str" is not assignable to type "Literal['xywh']"
"str" is not assignable to type "Literal['cxcywh']" (reportArgumentType)
|
type-check:
tests/unittests/test_utils/test_boxutils.py#L72
Argument of type "str" cannot be assigned to parameter "format" of type "Literal['xyxy', 'xywh', 'cxcywh']" in function "generate_random_bboxes"
Type "str" is not assignable to type "Literal['xyxy', 'xywh', 'cxcywh']"
"str" is not assignable to type "Literal['xyxy']"
"str" is not assignable to type "Literal['xywh']"
"str" is not assignable to type "Literal['cxcywh']" (reportArgumentType)
|
type-check
3 errors
|