Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jan 23, 2025
1 parent 206b4c7 commit 3a8a924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/process_replay/model_replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def model_replay(lr, frs):
print("------------------------------------------------")
print("----------------- Model Timing -----------------")
print("------------------------------------------------")
print(tabulate(rows, header, tablefmt="simple_grid", stralign="center", numalign="center", floatfmt=".2f"))
print(tabulate(rows, header, tablefmt="simple_grid", stralign="center", numalign="center", floatfmt=".3f"))
assert timings_ok

return msgs
Expand Down

0 comments on commit 3a8a924

Please sign in to comment.