Skip to content

Commit 16cfc7f

Browse files
Remove commented out line
1 parent 305521e commit 16cfc7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/gtsam/tests/test_Cal3Fisheye.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def setUpClass(cls):
2929
image plane and theta the incident angle of the object point.
3030
"""
3131
x, y, z = 1.0, 0.0, 1.0
32-
# x, y, z = 0.5, 0.0, 2.0
3332
u, v = np.arctan2(x, z), 0.0
3433
cls.obj_point = np.array([x, y, z])
3534
cls.img_point = np.array([u, v])

0 commit comments

Comments
 (0)