Fixed regression test

release/4.3a0
Frank Dellaert 2023-07-16 22:01:38 +02:00
parent 7f169a7a0c
commit 968a72344c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class TestVisualISAMExample(GtsamTestCase):
values.insert(key, v)
self.assertAlmostEqual(isam.error(values), 34212421.14731998)
self.assertAlmostEqual(isam.error(values), 34212421.14732)
def test_isam2_update(self):
"""