Skip to content

Commit

Permalink
add plane to all components check
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Dec 3, 2024
1 parent 0eafc16 commit a34682c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/release_checklist/check_all_components_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def alternatives(self) -> list[Any] | None:
"NameBatch": TestCase(batch=["Hello World", "Foo Bar", "Baz Qux"]),
"OpacityBatch": TestCase(0.5),
"PinholeProjectionBatch": TestCase([(0, 1, 2), (3, 4, 5), (6, 7, 8)]),
"Plane3DBatch": TestCase(rr.datatypes.Plane3D(xyzd=(1, 2, 3, 4))),
"PoseRotationAxisAngleBatch": TestCase(
rr.datatypes.RotationAxisAngle(axis=(1, 0, 0), angle=rr.datatypes.Angle(rad=math.pi))
),
Expand Down

0 comments on commit a34682c

Please sign in to comment.