Skip to content

RelayModelInfo: support non-tensor outputs #386

RelayModelInfo: support non-tensor outputs

RelayModelInfo: support non-tensor outputs #386

GitHub Actions / Flake8 failed Dec 13, 2023 in 0s

2 errors

Flake8 found 2 errors

Annotations

Check failure on line 1536 in mlonmcu/feature/features.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/feature/features.py#L1536

Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)

Check failure on line 82 in tests/unit-tests/test_setup.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/unit-tests/test_setup.py#L82

Line too long (125 > 120 characters) (E501)