-
Notifications
You must be signed in to change notification settings - Fork 677
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: suppress spell check failure to ignore LOBF, bcnn, CTRV and DLCPU #6432
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6432 +/- ##
=======================================
Coverage 14.79% 14.79%
=======================================
Files 1917 1917
Lines 131984 131984
Branches 39228 39228
=======================================
Hits 19524 19524
Misses 90671 90671
Partials 21789 21789
*This pull request uses carry forward flags. Click here to find out more. ☔ 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.
Thanks, LGTM
How is it decided when to add a word to the dictionary and when to ignore it in the codebase? |
@ambroise-arm |
@soblin @yukkysaito @angry-crab Could you review this PR? |
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.
LGTM
eadd0a5
to
3430230
Compare
For some reason, |
@xmfcx This PR is blocked by json-schema-check. |
I made a pull-request for this problem. |
3430230
to
b8efcff
Compare
@angry-crab I appreciate it if you review this PR. |
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.
LGTM
Appologies for late response |
#6432) fix: suppress spell check failure to ignore LOBF, bcnn, CTRV Signed-off-by: Kotaro Yoshimoto <[email protected]>
autowarefoundation#6432) fix: suppress spell check failure to ignore LOBF, bcnn, CTRV Signed-off-by: kaigohirao <[email protected]>
autowarefoundation#6432) fix: suppress spell check failure to ignore LOBF, bcnn, CTRV
Description
I fix spell check failures to ignore LOBF, bcnn, CTRV and DLCPU.
I followed ↓.
autoware.universe/common/tvm_utility/data/models/abs_model_aarch64/inference_engine_tvm_config.hpp
Line 40 in 6b1a459
Related links
Tests performed
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.