Skip to content

Commit b31b7c5

Browse files
committed
run tesla on more procs
1 parent ad395f1 commit b31b7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/test/process_replay/test_processes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_process(cfg, lr, segment, ref_log_path, new_log_path, ignore_fields=Non
197197
continue
198198

199199
# to speed things up, we only test all segments on card
200-
if cfg.proc_name != 'card' and car_brand not in ('HYUNDAI', 'TOYOTA', 'HONDA', 'SUBARU', 'FORD', 'RIVIAN'):
200+
if cfg.proc_name != 'card' and car_brand not in ('HYUNDAI', 'TOYOTA', 'HONDA', 'SUBARU', 'FORD', 'RIVIAN', 'TESLA'):
201201
continue
202202

203203
cur_log_fn = os.path.join(FAKEDATA, f"{segment}_{cfg.proc_name}_{cur_commit}.zst")

0 commit comments

Comments
 (0)