diff --git a/python/gtsam/tests/test_dsf_map.py b/python/gtsam/tests/test_dsf_map.py index 0ab8b678f..6cae98ff5 100644 --- a/python/gtsam/tests/test_dsf_map.py +++ b/python/gtsam/tests/test_dsf_map.py @@ -39,7 +39,7 @@ class TestDSFMap(GtsamTestCase): self.assertEqual(key(dsf.find(pair1)), key(dsf.find(pair2))) def test_sets(self) -> None: - """Ensure that unique keys are merged correctly during Union-Find. + """Ensure that pairs are merged correctly during Union-Find. An IndexPair (i,k) representing a unique key might represent the k'th detected keypoint in image i. For the data below, merging such