openvino
openvino copied to clipboard
[Good First Issue]: Get rid of hardcoded properties name such as "EXPORT_IMPORT" from Python tests
Context
We have properties instead and should use them instead of hardcoded strings like "EXPORT_IMPORT", "OPTIMIZATION_CAPABILITIES" which are actually implementation details.
What needs to be done?
Search across this folder and find where properties are used like string objects (e.g. "OPTIMIZATION_CAPABILITIES").
OpenVINO Python API has dedicated submodule for properties, so these string should be replaced by objects from openvino.properties
.
Example Pull Requests
No response
Resources
- Contribution guide - start here!
- Intel DevHub Discord channel - engage in discussions, ask questions and talk to OpenVINO developers
- How to test OpenVINO Python API
Contact points
@akuporos @jiwaszki @p-wysocki
Ticket
132906
.take
Thank you for looking into this issue! Please let us know if you have any questions or require any help.
@akuporos, I have created a PR addressing the following issue and look forward to your feedback on it: https://github.com/openvinotoolkit/openvino/pull/23063#issue-2151650002.
congrats @inbasperu and thank you for your contribution <3