process replay: add numeric tolerance for planner outputs (#22470)

pull/22475/head
Willem Melching 4 years ago committed by GitHub
parent b9797259ed
commit a88cb6e962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/test/process_replay/process_replay.py

@ -270,7 +270,7 @@ CONFIGS = [
ignore=["logMonoTime", "valid", "longitudinalPlan.processingDelay"], ignore=["logMonoTime", "valid", "longitudinalPlan.processingDelay"],
init_callback=get_car_params, init_callback=get_car_params,
should_recv_callback=None, should_recv_callback=None,
tolerance=None, tolerance=NUMPY_TOLERANCE,
fake_pubsubmaster=True, fake_pubsubmaster=True,
), ),
ProcessConfig( ProcessConfig(

Loading…
Cancel
Save