From 8742aef906deae6341c64ed07112f9a0a03dcabf Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 22 Nov 2023 01:14:30 -0800 Subject: [PATCH] stash --- selfdrive/car/tests/routes.py | 2 +- selfdrive/car/tests/test_models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/car/tests/routes.py b/selfdrive/car/tests/routes.py index 664fcdbbb0..a57c03ebe4 100755 --- a/selfdrive/car/tests/routes.py +++ b/selfdrive/car/tests/routes.py @@ -81,7 +81,7 @@ routes = [ CarTestRoute("1da5847ac2488106|2021-05-24--19-31-50", HONDA.ACCORD), # 2.0T CarTestRoute("085ac1d942c35910|2021-03-25--20-11-15", HONDA.ACCORD), # 2021 with new style HUD msgs CarTestRoute("07585b0da3c88459|2021-05-26--18-52-04", HONDA.ACCORDH), - CarTestRoute("f29e2b57a55e7ad5|2021-03-24--20-52-38", HONDA.ACCORDH), # 2021 with new style HUD msgs + # CarTestRoute("f29e2b57a55e7ad5|2021-03-24--20-52-38", HONDA.ACCORDH), # 2021 with new style HUD msgs CarTestRoute("1ad763dd22ef1a0e|2020-02-29--18-37-03", HONDA.CRV_5G), CarTestRoute("0a96f86fcfe35964|2020-02-05--07-25-51", HONDA.ODYSSEY), CarTestRoute("d83f36766f8012a5|2020-02-05--18-42-21", HONDA.CIVIC_BOSCH_DIESEL), diff --git a/selfdrive/car/tests/test_models.py b/selfdrive/car/tests/test_models.py index 26df694422..b3192e6025 100755 --- a/selfdrive/car/tests/test_models.py +++ b/selfdrive/car/tests/test_models.py @@ -210,7 +210,7 @@ class TestCarModelBase(unittest.TestCase): suppress_health_check=[HealthCheck.filter_too_much, HealthCheck.too_slow, HealthCheck.large_base_example], ) @given(data=st.data()) - # @seed(1) # for reproduction + @seed(1) # for reproduction def test_panda_safety_carstate_fuzzy(self, data): """ For each example, pick a random CAN message on the bus and fuzz its data,