From cda323a35742db3d68ea14ace30472712c0c31e3 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Tue, 29 Oct 2024 18:44:31 +0100 Subject: [PATCH] fix checklist --- tests/python/release_checklist/check_all_components_ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/release_checklist/check_all_components_ui.py b/tests/python/release_checklist/check_all_components_ui.py index a1db03894aaa..830bad5efec0 100644 --- a/tests/python/release_checklist/check_all_components_ui.py +++ b/tests/python/release_checklist/check_all_components_ui.py @@ -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)),