Skip to content

Conversation

@pdeviTT
Copy link
Contributor

@pdeviTT pdeviTT commented Sep 11, 2025

Problem description

Facing huge regression due to authorization issue


variants = [ModelVariant.MOBILENET_V1_075_192_HF, ModelVariant.MOBILENET_V1_100_224_HF]
variants = [
ModelVariant.MOBILENET_V1_075_192_HF,

Check warning

Code scanning / flake8

trailing whitespace Warning test

trailing whitespace
ModelVariant.MOBILENET_V1_075_192_HF,
pytest.param(
ModelVariant.MOBILENET_V1_100_224_HF, marks=pytest.mark.my_check
),

Check failure

Code scanning / flake8

closing bracket does not match indentation of opening bracket's line Error test

closing bracket does not match indentation of opening bracket's line
pytest.param(
ModelVariant.MOBILENET_V1_100_224_HF, marks=pytest.mark.my_check
),
]

Check failure

Code scanning / flake8

closing bracket does not match indentation of opening bracket's line Error test

closing bracket does not match indentation of opening bracket's line
ModelVariant.MIT_B2,
pytest.param(
ModelVariant.MIT_B2, marks=pytest.mark.my_check
),

Check failure

Code scanning / flake8

closing bracket does not match indentation of opening bracket's line Error test

closing bracket does not match indentation of opening bracket's line
ModelVariant.YOLOV10X,
pytest.param(
ModelVariant.YOLOV10X, marks=pytest.mark.my_check
),

Check failure

Code scanning / flake8

closing bracket does not match indentation of opening bracket's line Error test

closing bracket does not match indentation of opening bracket's line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants