-
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
feat(simple_planning_simulator): print actual and expected value in test #8630
Conversation
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8630 +/- ##
==========================================
+ Coverage 24.08% 24.09% +0.01%
==========================================
Files 1399 1401 +2
Lines 102453 102481 +28
Branches 38913 38914 +1
==========================================
+ Hits 24673 24690 +17
- Misses 75193 75206 +13
+ Partials 2587 2585 -2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@TakaHoribe @maxime-clem |
…est (autowarefoundation#8630) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…est (autowarefoundation#8630) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…est (autowarefoundation#8630) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: Batuhan Beytekin <batuhanbeytekin@gmail.com>
…est (autowarefoundation#8630) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
just add print values in test.
currently, actual and expected values are printed only when tests fail.
It is hard to debug by comparing the success and failure cases.
ex) In follwing test only
-cuda
option failed, but we could not compare the one without-cuda
#8088
https://github.com/autowarefoundation/autoware.universe/actions/runs/10487288486/job/29047329337?pr=8088
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.