Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Sep 21, 2024
1 parent 2795f8f commit 061904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def test_panda_safety_carstate_tx_fuzzy(self, data):
cs_msg["vEgoRaw"] = panda_vehicle_speed_last
self.CI.CS.out = car.CarState.new_message(**cs_msg).as_reader()

# no long controls if gas_pressed_prev
# no longitudinal controls if gas_pressed_prev
if self.safety.get_gas_pressed_prev():
cc_msg["longActive"] = False
cc_msg["enabled"] = False
Expand Down

0 comments on commit 061904a

Please sign in to comment.