Skip to content

Commit a33d297

Browse files
WIP-CI: test x 3
1 parent 1d7f162 commit a33d297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/pybinds_tests/test_pybind_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def test_DFRegistration_pure_translation(create_DFPointCloudSphere):
157157
[0.0, 0.0, 0.0, 1.0]]
158158
pc2.apply_transformation(t)
159159

160-
df_transformation_result = dfb.dfb_registrations.O3DFastGlobalRegistrationFeatureMatching(pc, pc2, 0.01, 100)
160+
df_transformation_result = dfb.dfb_registrations.DFGlobalRegistrations.O3DFastGlobalRegistrationFeatureMatching(pc, pc2)
161161
assert df_transformation_result is not None, "DFRegistration should return a transformation matrix"
162162
assert abs(df_transformation_result.transformation_matrix[0][3] - 20) > 0.5, "The translation in x should be around 20"
163163
assert abs(df_transformation_result.transformation_matrix[1][3] - 20) > 0.5, "The translation in y should be around 20"

0 commit comments

Comments
 (0)