Skip to content

Commit ef3c739

Browse files
committed
fix stray 'cast'
1 parent 76a346b commit ef3c739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orthority/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def _fit_frame(
275275
cam_id = f'{cam_type!r}_fit_to_{ttl_gcps}_gcps'
276276
c_xy = (K[0, 2], K[1, 2]) - (np.array(im_size) - 1) / 2
277277
c_xy /= max(im_size)
278-
dist_param = dict(zip(_frame_dist_params[cam_type], dist_param.squeeze().tolist()))cast
278+
dist_param = dict(zip(_frame_dist_params[cam_type], dist_param.squeeze().tolist()))
279279

280280
int_param = dict(
281281
cam_type=cam_type,

0 commit comments

Comments
 (0)