Skip to content

Feat/remove flip constraint #1126

Feat/remove flip constraint

Feat/remove flip constraint #1126

Triggered via pull request October 22, 2025 15:23
Status Failure
Total duration 1m 55s
Artifacts

ci.yaml

on: pull_request
pre-commit
14s
pre-commit
auto-assigner
2s
auto-assigner
labeler
6s
labeler
Matrix: check-requirements
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
type-check
3 errors
type-check: luxonis_ml/data/augmentations/albumentations_engine.py#L361
Argument of type "ParamValue" cannot be assigned to parameter "use_for_resizing" of type "bool" in function "__init__"   Type "ParamValue" is not assignable to type "bool"     "float" is not assignable to "bool" (reportArgumentType)
type-check: luxonis_ml/data/augmentations/albumentations_engine.py#L361
Argument of type "ParamValue" cannot be assigned to parameter "params" of type "Params" in function "__init__"   Type "ParamValue" is not assignable to type "Params"     "float" is not assignable to "dict[str, ParamValue]" (reportArgumentType)
type-check: luxonis_ml/data/augmentations/albumentations_engine.py#L361
Argument of type "ParamValue" cannot be assigned to parameter "name" of type "str" in function "__init__"   Type "ParamValue" is not assignable to type "str"     "float" is not assignable to "str" (reportArgumentType)