Skip to content

Clone/Merge Specified Splits #1033

Clone/Merge Specified Splits

Clone/Merge Specified Splits #1033

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

ci.yaml

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

Annotations

7 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
2 errors
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 "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)