Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
roderick-koehle authored Jul 14, 2021
1 parent 16cfc7f commit c2bbe78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/gtsam/tests/test_Cal3Unified.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def setUpClass(cls):
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])

Expand Down

0 comments on commit c2bbe78

Please sign in to comment.