-
Notifications
You must be signed in to change notification settings - Fork 67
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
Pose3_TEST.py: use 0.01 (not 0) in string test #257
Conversation
Fixes gazebosim#250. Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
I'm going to try a prerelease directly from this branch |
The hypothesis could be right. +1, let's see how it goes the debbuilder. |
https://build.osrfoundation.org/job/ign-math6-debbuilder/1114/ |
Codecov Report
@@ Coverage Diff @@
## ign-math6 #257 +/- ##
==========================================
Coverage 99.41% 99.41%
==========================================
Files 67 67
Lines 6347 6347
==========================================
Hits 6310 6310
Misses 37 37 Continue to review full report at Codecov.
|
Fixes #257 Signed-off-by: Michael Carroll <[email protected]>
Fixes #257 Signed-off-by: Michael Carroll <[email protected]>
🦟 Bug fix
I believe this fixes #250
Summary
Pose3_TEST.py
is failing onarm64
due to a-0
instead of0
in an expected string. This changes the constant from0
to0.01
to workaround the ambiguity.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge