Skip to content

Clone/Merge Specified Splits #1032

Clone/Merge Specified Splits

Clone/Merge Specified Splits #1032

Triggered via pull request July 9, 2025 13:02
Status Failure
Total duration 1m 54s
Artifacts

ci.yaml

on: pull_request
pre-commit
12s
pre-commit
auto-assigner
3s
auto-assigner
labeler
5s
labeler
update-base-report
0s
update-base-report
Matrix: check-requirements
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Semgrep Issue: examples/utils/torch_utils.py#L90
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
Semgrep Issue: examples/utils/torch_utils.py#L89
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
Semgrep Issue: examples/utils/torch_utils.py#L82
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
Semgrep Issue: examples/utils/torch_utils.py#L81
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
type-check
4 errors
type-check: luxonis_ml/data/datasets/luxonis_dataset.py#L443
Argument of type "set[str] | Unbound | dict[Any, Any]" cannot be assigned to parameter "uuids_to_keep" of type "set[str]" in function "_ignore_files_not_in_uuid_set"   Type "set[str] | Unbound | dict[Any, Any]" is not assignable to type "set[str]"     "dict[Any, Any]" is not assignable to "set[str]" (reportArgumentType)
type-check: luxonis_ml/data/datasets/luxonis_dataset.py#L443
Argument of type "StrPath" cannot be assigned to parameter "dir_path" of type "str" in function "_ignore_files_not_in_uuid_set"   Type "StrPath" is not assignable to type "str"     "PathLike[str]" is not assignable to "str" (reportArgumentType)
type-check: luxonis_ml/data/datasets/luxonis_dataset.py#L330
Argument of type "set[str] | Unbound | dict[Any, Any]" cannot be assigned to parameter "uuids_to_keep" of type "set[str]" in function "_ignore_files_not_in_uuid_set"   Type "set[str] | Unbound | dict[Any, Any]" is not assignable to type "set[str]"     "dict[Any, Any]" is not assignable to "set[str]" (reportArgumentType)
type-check: luxonis_ml/data/datasets/luxonis_dataset.py#L330
Argument of type "StrPath" cannot be assigned to parameter "dir_path" of type "str" in function "_ignore_files_not_in_uuid_set"   Type "StrPath" is not assignable to type "str"     "PathLike[str]" is not assignable to "str" (reportArgumentType)