Skip to content

Commit

Permalink
fix checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 29, 2024
1 parent 5fe43f7 commit cda323a
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 @@ -141,6 +141,7 @@ def alternatives(self) -> list[Any] | None:
"ImagePlaneDistanceBatch": TestCase(batch=[100.0, 200.0, 300.0]),
"KeypointIdBatch": TestCase(batch=[5, 6, 7]),
"LatLonBatch": TestCase(batch=[(0, 1), (2, 3), (4, 5)]),
"LengthBatch": TestCase(batch=[100.0, 200.0, 300.0]),
"LineStrip2DBatch": TestCase(
batch=[
((0, 0), (1, 1), (2, 2)),
Expand Down

0 comments on commit cda323a

Please sign in to comment.