From 698b9af8a9021a4323b6ee32d05304cd7ea35e0b Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 22 Jun 2021 16:07:15 +0200 Subject: [PATCH] model benchmark disable static analysis --- selfdrive/modeld/test/timing/benchmark.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selfdrive/modeld/test/timing/benchmark.py b/selfdrive/modeld/test/timing/benchmark.py index 2ea56d97ed..3c7ce5b70a 100755 --- a/selfdrive/modeld/test/timing/benchmark.py +++ b/selfdrive/modeld/test/timing/benchmark.py @@ -1,4 +1,7 @@ #!/usr/bin/env python3 +# type: ignore +# pylint: skip-file + import os import time import numpy as np