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

Fix conversion of scalar constants into numpy arrays in the evaluator #1970

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

fix lint

96939fb
Select commit
Loading
Failed to load commit list.
Open

Fix conversion of scalar constants into numpy arrays in the evaluator #1970

fix lint
96939fb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2024 in 1s

75.05% (-0.09%) compared to 99cf79f

View this Pull Request on Codecov

75.05% (-0.09%) compared to 99cf79f

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 75.05%. Comparing base (99cf79f) to head (96939fb).

Files with missing lines Patch % Lines
onnxscript/evaluator.py 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1970      +/-   ##
==========================================
- Coverage   75.13%   75.05%   -0.09%     
==========================================
  Files         265      265              
  Lines       28907    28909       +2     
  Branches     3331     3332       +1     
==========================================
- Hits        21720    21698      -22     
- Misses       6158     6180      +22     
- Partials     1029     1031       +2     

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