[PyOV]: Support direct comparison of PartialShape and Shape with list and tuple
Details:
- Support direct comparison of PartialShape and Shape with list and tuple
- Tests
I'm not entirely sure of the dynamic case and could use a hint. ;) Thanks!
Tickets:
- 128813
Did the linter get an update? I ran python -m flake8 ./tests/ --config=setup.cfg in openvino/src/bindings/python directory and it didn't throw me the error about variables called with only one char.
build_jenkins
build_jenkins
Did the linter get an update? I ran
python -m flake8 ./tests/ --config=setup.cfginopenvino/src/bindings/pythondirectory and it didn't throw me the error
It happened again. Do I miss something?
@akuporos It should build now.
build_jenkins
build_jenkins
Did the linter get an update? I ran
python -m flake8 ./tests/ --config=setup.cfginopenvino/src/bindings/pythondirectory and it didn't throw me the errorIt happened again. Do I miss something?
Hello @hub-bla,
I'd guess that something wrong with flake8 version and its addons. I may just recommend your to reinstall our requiremets_test.txt
build_jenkins