Remove commented out line

release/4.3a0
roderick-koehle 2021-07-14 11:15:10 +02:00 committed by GitHub
parent 305521e014
commit 16cfc7fd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ class TestCal3Fisheye(GtsamTestCase):
image plane and theta the incident angle of the object point. image plane and theta the incident angle of the object point.
""" """
x, y, z = 1.0, 0.0, 1.0 x, y, z = 1.0, 0.0, 1.0
# x, y, z = 0.5, 0.0, 2.0
u, v = np.arctan2(x, z), 0.0 u, v = np.arctan2(x, z), 0.0
cls.obj_point = np.array([x, y, z]) cls.obj_point = np.array([x, y, z])
cls.img_point = np.array([u, v]) cls.img_point = np.array([u, v])