Skip to content

Commit

Permalink
try increasing pmax to pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwlambert authored Jul 12, 2021
1 parent ddfb45e commit 61c5e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/gtsam/tests/test_ShonanAveraging.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def test_constructorBetweenFactorPose2s(self) -> None:

obj = ShonanAveraging2(between_factors, shonan_params)
initial = obj.initializeRandomly()
result_values, _ = obj.run(initial, min_p=2, max_p=10)
min
result_values, _ = obj.run(initial, min_p=2, max_p=40)

for i in range(num_images):
wRi = result_values.atRot2(i)
Expand Down

0 comments on commit 61c5e89

Please sign in to comment.