Skip to content

Commit

Permalink
Remove sorting at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Oct 2, 2024
1 parent df297ff commit 2e834b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfdrive/test/process_replay/migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def migrate_all(lr, manager_states=False, panda_states=False, camera_states=Fals
for _, msg in add_ops:
lr.append(msg)

lr = sorted(lr, key=lambda x: x.logMonoTime)
return lr


Expand Down

0 comments on commit 2e834b0

Please sign in to comment.