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

Move onnx backend tests to disabled_tests_dynamic_shape category #2944

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

nives-vukovic
Copy link
Collaborator

Update onnx backend test file by moving tests for some operators that crash/fail due to dynamic output shape to appropriate disable category. Expand resize operator descriptor to fix certain incorrect error prints.

Resolves: #180, #181

@nives-vukovic nives-vukovic marked this pull request as ready for review April 3, 2024 12:51
@nives-vukovic nives-vukovic requested a review from causten as a code owner April 3, 2024 12:51
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.83%. Comparing base (dd51e9c) to head (0132baa).
Report is 9 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2944   +/-   ##
========================================
  Coverage    91.83%   91.83%           
========================================
  Files          479      479           
  Lines        18340    18341    +1     
========================================
+ Hits         16842    16843    +1     
  Misses        1498     1498           

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

@causten causten merged commit 69e44bb into develop Apr 10, 2024
48 of 49 checks passed
@causten causten deleted the onnx_backend_test_errors branch April 10, 2024 22:50
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.

ONNX Backend test crashes
3 participants