Remove comment

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

View File

@ -31,7 +31,6 @@ class TestCal3Unified(GtsamTestCase):
x, y, z = 1.0, 0.0, 1.0
r = np.linalg.norm([x, y, z])
u, v = 2*x/(z+r), 0.0
#u, v = 2*np.tan(np.arctan2(x, z)/2), 0.0
cls.obj_point = np.array([x, y, z])
cls.img_point = np.array([u, v])