enable flake8 E231: missing whitespace after comma

old-commit-hash: efd5dffb1e727c70065fdbe7499ec9e009dfd282
This commit is contained in:
Adeeb Shihadeh
2020-05-31 12:37:52 -07:00
parent b30f62293e
commit be0b43f339
60 changed files with 228 additions and 228 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ if __name__ == "__main__":
if sm.updated['liveCalibration']:
intrinsic_matrix = eon_intrinsics
img_transform = np.array(fpkt.frame.transform).reshape(3,3)
img_transform = np.array(fpkt.frame.transform).reshape(3, 3)
extrinsic_matrix = np.asarray(sm['liveCalibration'].extrinsicMatrix).reshape(3, 4)
ke = intrinsic_matrix.dot(extrinsic_matrix)
warp_matrix = get_camera_frame_from_medmodel_frame(ke)