mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-09-14 19:43:53 +08:00
Update Santa Fe 2019 route (#23888)
* new santa fe route, mid-drive to parking lot * bump
This commit is contained in:
@@ -29,11 +29,6 @@ PandaType = log.PandaState.PandaType
|
||||
NUM_JOBS = int(os.environ.get("NUM_JOBS", "1"))
|
||||
JOB_ID = int(os.environ.get("JOB_ID", "0"))
|
||||
|
||||
# TODO: get updated routes for these cars
|
||||
ignore_can_valid = [
|
||||
HYUNDAI.SANTA_FE,
|
||||
]
|
||||
|
||||
ignore_addr_checks_valid = [
|
||||
GM.BUICK_REGAL,
|
||||
HYUNDAI.GENESIS_G70_2020,
|
||||
@@ -135,8 +130,7 @@ class TestCarModel(unittest.TestCase):
|
||||
if i > 200:
|
||||
can_invalid_cnt += not CS.canValid
|
||||
|
||||
if self.car_model not in ignore_can_valid:
|
||||
self.assertLess(can_invalid_cnt, 50)
|
||||
self.assertLess(can_invalid_cnt, 50)
|
||||
|
||||
def test_radar_interface(self):
|
||||
os.environ['NO_RADAR_SLEEP'] = "1"
|
||||
|
||||
Reference in New Issue
Block a user