Skip to content

Commit 61c5e89

Browse files
authored
try increasing pmax to pass test
1 parent ddfb45e commit 61c5e89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/gtsam/tests/test_ShonanAveraging.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ def test_constructorBetweenFactorPose2s(self) -> None:
193193

194194
obj = ShonanAveraging2(between_factors, shonan_params)
195195
initial = obj.initializeRandomly()
196-
result_values, _ = obj.run(initial, min_p=2, max_p=10)
196+
min
197+
result_values, _ = obj.run(initial, min_p=2, max_p=40)
197198

198199
for i in range(num_images):
199200
wRi = result_values.atRot2(i)

0 commit comments

Comments
 (0)