Skip to content

Commit

Permalink
test_onroad threshold tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Mar 11, 2025
1 parent 18db927 commit 3f6fd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/test_onroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def test_model_execution_timings(self, subtests):
result += "----------------- Model Timing -----------------\n"
result += "------------------------------------------------\n"
cfgs = [
("modelV2", 0.045, 0.035),
("modelV2", 0.045, 0.040), # TODO: this should be stricter but it's hard to measure exactly
("driverStateV2", 0.045, 0.035),
]
for (s, instant_max, avg_max) in cfgs:
Expand Down

0 comments on commit 3f6fd3d

Please sign in to comment.