Skip to content

Commit 6903001

Browse files
authored
fix typo
1 parent 61c5e89 commit 6903001

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/gtsam/tests/test_ShonanAveraging.py

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

194194
obj = ShonanAveraging2(between_factors, shonan_params)
195195
initial = obj.initializeRandomly()
196-
min
197196
result_values, _ = obj.run(initial, min_p=2, max_p=40)
198197

199198
for i in range(num_images):

0 commit comments

Comments
 (0)