From e8ae8c840e933eb4e04c51563382cc70d6d4a8f8 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Tue, 19 Aug 2025 20:02:51 -0700 Subject: [PATCH] Revert "test" This reverts commit 38e6635dd0b0b9fb9c08bcc3a74b9283207b0c2f. --- selfdrive/test/test_onroad.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/selfdrive/test/test_onroad.py b/selfdrive/test/test_onroad.py index 818dfa6d72..0149653c84 100644 --- a/selfdrive/test/test_onroad.py +++ b/selfdrive/test/test_onroad.py @@ -334,7 +334,6 @@ class TestOnroad: assert np.all(eof_sof_diff < 50*1e6) first_fid = {min(self.ts[c]['frameId']) for c in cams} - print(first_fid) assert len(first_fid) == 1, "Cameras don't start on same frame ID" if cam.endswith('CameraState'): # camerad guarantees that all cams start on frame ID 0 @@ -344,13 +343,6 @@ class TestOnroad: # we don't do a full segment rotation, so these might not match exactly last_fid = {max(self.ts[c]['frameId']) for c in cams} assert max(last_fid) - min(last_fid) < 10 - print(first_fid, last_fid) - print(first_fid, last_fid) - print(first_fid, last_fid) - print(first_fid, last_fid) - print(first_fid, last_fid) - print(first_fid, last_fid) - print(first_fid, last_fid) start, end = min(first_fid), min(last_fid) for i in range(end-start):