Skip to content

Commit

Permalink
update python test constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-krishnan committed May 11, 2022
1 parent 50b77ce commit 2978737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gtsam/tests/test_TranslationRecovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_constructor(self):
"""Construct from binary measurements."""
algorithm = gtsam.TranslationRecovery()
self.assertIsInstance(algorithm, gtsam.TranslationRecovery)
algorithm_params = gtsam.TranslationRecovery(gtsam.TranslationRecoveryParams())
algorithm_params = gtsam.TranslationRecovery(gtsam.LevenbergMarquardtParams())
self.assertIsInstance(algorithm_params, gtsam.TranslationRecovery)

def test_run(self):
Expand Down

0 comments on commit 2978737

Please sign in to comment.