Skip to content

Build(deps): bump torch from 1.10.2 to 1.13.1 #13

Build(deps): bump torch from 1.10.2 to 1.13.1

Build(deps): bump torch from 1.10.2 to 1.13.1 #13

Triggered via pull request November 30, 2023 13:42
Status Failure
Total duration 5m 56s
Billable time 14m
Artifacts

continuous_integration.yml

on: pull_request
Check for Python file changes
4s
Check for Python file changes
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Type check Python: src/emma_perception/utils/forced_bbox_extraction.py#L44
[mypy] reported by reviewdog 🐶 "Dataset[Any]" has no attribute "id_to_img_map" [attr-defined] Raw Output: /home/runner/work/perception/perception/src/emma_perception/utils/forced_bbox_extraction.py:44:21: error: "Dataset[Any]" has no attribute "id_to_img_map" [attr-defined]
Type check Python: src/emma_perception/utils/forced_bbox_extraction.py#L49
[mypy] reported by reviewdog 🐶 "Dataset[Any]" has no attribute "get_img_info" [attr-defined] Raw Output: /home/runner/work/perception/perception/src/emma_perception/utils/forced_bbox_extraction.py:49:22: error: "Dataset[Any]" has no attribute "get_img_info" [attr-defined]
Type check Python: src/emma_perception/commands/extract_visual_features.py#L21
[mypy] reported by reviewdog 🐶 Incompatible types in assignment (expression has type "Union[_ArgumentGroup, ArgumentParser]", variable has type "ArgumentParser") [assignment] Raw Output: /home/runner/work/perception/perception/src/emma_perception/commands/extract_visual_features.py:21:14: error: Incompatible types in assignment (expression has type "Union[_ArgumentGroup, ArgumentParser]", variable has type "ArgumentParser") [assignment]
Type check Python
Process completed with exit code 1.