From caa0513cfd21155d656f499644f5cdaf5e244947 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 2 Jun 2023 19:25:38 -0700 Subject: [PATCH] temp fix --- selfdrive/debug/internal/fuzz_fw_fingerprint.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selfdrive/debug/internal/fuzz_fw_fingerprint.py b/selfdrive/debug/internal/fuzz_fw_fingerprint.py index a18390fef3..f25b4a082b 100755 --- a/selfdrive/debug/internal/fuzz_fw_fingerprint.py +++ b/selfdrive/debug/internal/fuzz_fw_fingerprint.py @@ -30,7 +30,8 @@ if __name__ == "__main__": for (tp, addr, subaddr), fw_list in fws.items(): fw_dict[(addr, subaddr)] = [random.choice(fw_list)] - matches = match_fw_to_car_fuzzy(fw_dict, log=False, exclude=candidate) + # TODO: fix this + matches = match_fw_to_car_fuzzy(fw_dict, None, log=False, exclude=candidate) total += 1 if len(matches) == 1: