Skip to content

Remove unnecessary warning #2327

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

Merged
merged 1 commit into from
May 22, 2025
Merged

Remove unnecessary warning #2327

merged 1 commit into from
May 22, 2025

Conversation

xadupre
Copy link
Member

@xadupre xadupre commented May 22, 2025

param_schemas is still used in many places in the code. The warning should be added only the package itself does not use it anymore. Looking at the code, the replacement is not really obvious.

Copy link

codecov bot commented May 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.71%. Comparing base (4ede24e) to head (dad52a2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2327      +/-   ##
==========================================
- Coverage   73.73%   73.71%   -0.02%     
==========================================
  Files         239      239              
  Lines       30933    30929       -4     
  Branches     3505     3505              
==========================================
- Hits        22807    22798       -9     
- Misses       6913     6916       +3     
- Partials     1213     1215       +2     

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

@justinchuby justinchuby merged commit 0288a66 into microsoft:main May 22, 2025
24 of 29 checks passed
bmehta001 pushed a commit to bmehta001/onnxscript that referenced this pull request May 22, 2025
param_schemas is still used in many places in the code. The warning
should be added only the package itself does not use it anymore. Looking
at the code, the replacement is not really obvious.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants