revert accidental enable

old-commit-hash: 69e7f386a7
This commit is contained in:
Adeeb Shihadeh
2023-07-10 17:22:09 -07:00
committed by GitHub
parent 74981f0d8d
commit c699443eee
+1 -1
View File
@@ -207,7 +207,7 @@ class TestOnroad(unittest.TestCase):
self.assertLess(max(ts), 250.)
self.assertLess(np.mean(ts), 10.)
self.assertLess(np.std(ts), 5.)
#self.assertLess(np.std(ts), 5.)
# some slow frames are expected since camerad/modeld can preempt ui
veryslow = [x for x in ts if x > 40.]