Skip to content

Commit a466918

Browse files
Update lens distortion attribute names for OperaHouse test.
1 parent ef3cd0c commit a466918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test/test_api/test_solve_operahouse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ def do_solve(self, solver_name, solver_type_index, scene_graph_mode):
314314
col.add_attribute(attr_cam_rz)
315315
col.add_attribute(attr_cam_focal)
316316

317-
attr_lens_k1 = mmapi.Attribute(lens_node + '.distortion')
318-
attr_lens_k2 = mmapi.Attribute(lens_node + '.quarticDistortion')
317+
attr_lens_k1 = mmapi.Attribute(lens_node + '.tdeClassic_distortion')
318+
attr_lens_k2 = mmapi.Attribute(lens_node + '.tdeClassic_quarticDistortion')
319319
col.add_attribute(attr_lens_k1)
320320
col.add_attribute(attr_lens_k2)
321321

0 commit comments

Comments
 (0)