Skip to content

Commit

Permalink
fix: resolve label name in test
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Jul 31, 2023
1 parent 57bc9a5 commit cfcd3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perception_eval/test/common/test_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
(TrafficLightLabel.YELLOW, "yellow"),
(TrafficLightLabel.RED_STRAIGHT, "red_straight"),
(TrafficLightLabel.RED_LEFT, "red_left"),
(TrafficLightLabel.RED_LEFT_STRAIGHT, "red_left_straight"),
(TrafficLightLabel.RED_STRAIGHT_LEFT, "red_left_straight"),
(TrafficLightLabel.RED_LEFT_DIAGONAL, "red_left_diagonal"),
(TrafficLightLabel.RED_RIGHT, "red_right"),
(TrafficLightLabel.RED_RIGHT_STRAIGHT, "red_right_straight"),
(TrafficLightLabel.RED_STRAIGHT_RIGHT, "red_right_straight"),
(TrafficLightLabel.RED_RIGHT_DIAGONAL, "red_right_diagonal"),
(TrafficLightLabel.YELLOW_RIGHT, "yellow_right"),
(TrafficLightLabel.UNKNOWN, "unknown"),
Expand Down

0 comments on commit cfcd3df

Please sign in to comment.