Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor OpenVINO imports #45

Merged

Conversation

goodsong81
Copy link
Contributor

  • import openvino.runtime as ov -> import openvino as ov where possible
  • OVDict -> Mapping for generality (OVDict inherits Mapping, anyway)

Copy link

codecov bot commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.00%. Comparing base (456520b) to head (9da7664).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #45      +/-   ##
===========================================
+ Coverage    90.95%   91.00%   +0.05%     
===========================================
  Files           18       18              
  Lines         1072     1067       -5     
===========================================
- Hits           975      971       -4     
+ Misses          97       96       -1     
Flag Coverage Δ
dev-py310 91.00% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GalyaZalesskaya GalyaZalesskaya merged commit e18e809 into openvinotoolkit:develop Jul 19, 2024
6 checks passed
@goodsong81 goodsong81 added this to the 1.1.0 milestone Sep 2, 2024
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