Skip to content

Commit 7d6c42e

Browse files
committed
0 tol pc
1 parent 8c063c1 commit 7d6c42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selfdrive/test/process_replay/model_replay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def get_frames():
275275
# for i in range(2):
276276
# for field in ('x', 'y', 'z', 't'):
277277
# ignore.append(f'modelV2.roadEdges.{i}.{field}')
278-
tolerance = .3 if PC else None
278+
tolerance = .0 if PC else None
279279
results: Any = {TEST_ROUTE: {}}
280280
log_paths: Any = {TEST_ROUTE: {"models": {'ref': log_fn, 'new': log_fn}}}
281281
results[TEST_ROUTE]["models"] = compare_logs(cmp_log, log_msgs, tolerance=tolerance, ignore_fields=ignore)

0 commit comments

Comments
 (0)