-
Notifications
You must be signed in to change notification settings - Fork 664
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(tensorrt_yolox): fix unusedVariable warnings #7672
Conversation
Signed-off-by: Ryuta Kambe <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7672 +/- ##
==========================================
- Coverage 14.84% 0.00% -14.85%
==========================================
Files 1999 71 -1928
Lines 139163 4679 -134484
Branches 43716 471 -43245
==========================================
- Hits 20661 0 -20661
+ Misses 95731 4679 -91052
+ Partials 22771 0 -22771
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@veqcc
LGTM. Thank you for fixing!
…7672) Signed-off-by: Ryuta Kambe <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
…7672) Signed-off-by: Ryuta Kambe <[email protected]>
…7672) Signed-off-by: Ryuta Kambe <[email protected]>
Signed-off-by: Ryuta Kambe <[email protected]>
Description
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.