release/4.3a0
John Lambert 2021-10-07 17:21:22 -04:00 committed by GitHub
parent bb87dcf759
commit 0b0897d465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class TestRot3(GtsamTestCase):
# get back angle in radians
_, actual_angle = Rot3(R).axisAngle()
expected_angle = 3.1396582;
expected_angle = 3.1396582
self.gtsamAssertEquals(actual_angle, expected_angle, 1e-7)