-
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 fails in arm64 6.9.0~pre1 #250
Comments
I think the problem is that https://github.com/python/cpython/blob/v3.8.12/Lib/unittest/case.py#L923-L939 my guess is that the pose strings don't match exactly on arm64, which is causing |
I've opened #255 to use |
trying an arm64 build of 6.9.1~pre1: |
the test failure is more clear now:
|
Fixes gazebosim#250. Signed-off-by: Steve Peters <[email protected]>
potential fix in #257 |
* Pose3_TEST.py: use 0.01 (not 0) in string test Fixes #250. Signed-off-by: Steve Peters <[email protected]>
Environment
The debbuilder job from nightly today reports:
Seems to happen when "subtracting a string from another that contains numbers in both strings" which seems to me the thing what we are doing here. Why is not failing in other arches?
Description
The text was updated successfully, but these errors were encountered: