You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertdf_transformation_resultisnotNone, "DFRegistration should return a transformation matrix"
227
-
assertabs(df_transformation_result.transformation_matrix[0][3] -1) <0.2, "The translation in x should be around -0.05"
228
-
assertabs(df_transformation_result.transformation_matrix[1][3] -1) <0.2, "The translation in y should be around -0.05"
229
-
assertabs(df_transformation_result.transformation_matrix[2][3] -1) <0.2, "The translation in z should be around 0.05"
227
+
assertabs(df_transformation_result.transformatiotrix[0][3] -0.5) <0.2, "The translation in x should be around -0.05"
228
+
assertabs(df_transformation_result.transformation_matrix[1][3] -0.5) <0.2, "The translation in y should be around -0.05"
229
+
assertabs(df_transformation_result.transformation_matrix[2][3] -0.5) <0.2, "The translation in z should be around 0.05"
230
230
assertabs(df_transformation_result.transformation_matrix[0][0] -0.866) <0.2, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
231
-
assertabs(df_transformation_result.transformation_matrix[0][1]) <0.2, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
231
+
assertabs(df_transformation_result.transformn_maation_matrix[0][1]) <0.2, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
232
232
assertabs(df_transformation_result.transformation_matrix[0][2] -0.5) <0.2, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
0 commit comments