-
Notifications
You must be signed in to change notification settings - Fork 682
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
refactor: fix spell-check #4289
Conversation
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4289 +/- ##
==========================================
- Coverage 15.04% 14.61% -0.44%
==========================================
Files 1508 1569 +61
Lines 103765 106388 +2623
Branches 31716 31133 -583
==========================================
- Hits 15613 15546 -67
- Misses 71125 74014 +2889
+ Partials 17027 16828 -199
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
9f3c791
to
146c130
Compare
146c130
to
12273ec
Compare
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
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.
Regarding tensorrt_common
and tensorrt_yolox
, they look good to me.
I really appreciate for your correction 🙇
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 for radar_fusion_to_detected_objects and radar_object_clustering
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 for tvm_utility
Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com>
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 for test_*_ground_filter
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 for map_based_prediction
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
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
Based on @wep21 @Mingyu1991 |
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
* refactor: fix spell-check Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * fix spell-check Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * fix typo Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * Fix obvious typo, shortened words Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * Fix obvious typo, shortened words, in common directory Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * add cspell ignore Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * Update perception/tensorrt_classifier/CMakeLists.txt Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com> --------- Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com> Signed-off-by: PhoebeWu21 <wwcphoebe@gmail.com>
* refactor: fix spell-check Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * fix spell-check Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * fix typo Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * Fix obvious typo, shortened words Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * Fix obvious typo, shortened words, in common directory Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * add cspell ignore Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * Update perception/tensorrt_classifier/CMakeLists.txt Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com> --------- Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com>
* refactor: fix spell-check Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * fix spell-check Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * fix typo Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * Fix obvious typo, shortened words Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * Fix obvious typo, shortened words, in common directory Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * add cspell ignore Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * Update perception/tensorrt_classifier/CMakeLists.txt Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com> --------- Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com>
Description
Fix spell-check
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Note for package owner
approved status
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.