Skip to content

Commit

Permalink
Fix release checklist now that ShowLabels has been removed again
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Aug 28, 2024
1 parent bf6e811 commit 438715a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/release_checklist/check_all_components_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def alternatives(self) -> list[Any] | None:
"RotationQuatBatch": TestCase(batch=((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0))),
"ScalarBatch": TestCase(3),
"Scale3DBatch": TestCase(batch=[(1, 2, 3), (4, 5, 6), (7, 8, 9)]),
"ShowLabelsBatch": TestCase(alternatives=[True, False]),
"StrokeWidthBatch": TestCase(2.0),
"TensorDataBatch": TestCase(
alternatives=[
Expand Down

0 comments on commit 438715a

Please sign in to comment.