Build(deps): bump torch from 1.10.2 to 1.13.1 #13
continuous_integration.yml
on: pull_request
Check for Python file changes
4s
Format
1m 52s
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.
|