-
Notifications
You must be signed in to change notification settings - Fork 277
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 to modelphotoshoot test #1570
Conversation
Signed-off-by: Marco A. Gutierrez <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1570 +/- ##
===============================================
- Coverage 64.01% 63.50% -0.51%
===============================================
Files 317 317
Lines 25635 26229 +594
===============================================
+ Hits 16410 16657 +247
- Misses 9225 9572 +347
Continue to review full report at Codecov.
|
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 for the fix! Looks good but not sure what to do with CI 😅
This will make #1563 obsolete and I'll close it after this is merged
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.
Just a small style nit, LGTM otherwise. All the CI failures are expected 🙃
Co-authored-by: Louise Poubel <[email protected]>
Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Marco A. Gutierrez <[email protected]>
Signed-off-by: Marco A. Gutierrez [email protected]
🦟 Bug fix
This PR fixes the test for Model Photo Shoot system. Apparently the image generation contains some differences in color for a few pixels that would make it fail when comparing the exact content of the two images data. For now it will compare that most of the pixels are the same.
Summary
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.