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

Add one test failing for the optimizer after a model optimized and inlined #1465

Merged
merged 5 commits into from
Apr 26, 2024

Conversation

xadupre
Copy link
Member

@xadupre xadupre commented Apr 26, 2024

No description provided.

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.99%. Comparing base (7dcddea) to head (3075d24).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1465      +/-   ##
==========================================
- Coverage   77.00%   76.99%   -0.01%     
==========================================
  Files         209      209              
  Lines       22440    22440              
  Branches     3807     3807              
==========================================
- Hits        17279    17277       -2     
- Misses       4443     4445       +2     
  Partials      718      718              

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

Copy link
Collaborator

@gramalingam gramalingam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should make the tests conditional on the presence of onnxruntime?

@titaiwangms
Copy link
Contributor

@justinchuby @gramalingam Should we move tests under rewriter and optimizer to this folder? I feel like tests are scattered in the repo.

@titaiwangms titaiwangms added the merge at lgtm Reviewers can merge when they approve label Apr 26, 2024
@justinchuby
Copy link
Collaborator

justinchuby commented Apr 26, 2024

Unit tests should stay with the modules, big tests should be in tests/. If a test inside rewriter/optimizer isn't named as somemodule_test, then we should move them imo.

@justinchuby justinchuby merged commit 997beb2 into microsoft:main Apr 26, 2024
28 of 41 checks passed
justinchuby added a commit that referenced this pull request May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge at lgtm Reviewers can merge when they approve topic: testing
Projects
Development

Successfully merging this pull request may close these issues.

4 participants