improve docstring

release/4.3a0
John Lambert 2021-08-21 20:22:53 -06:00 committed by GitHub
parent 068e558d34
commit 36421243aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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