mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-19 20:02:04 +08:00
Update test_onroad.py
This commit is contained in:
@@ -205,9 +205,9 @@ class TestOnroad(unittest.TestCase):
|
||||
result += "------------------------------------------------\n"
|
||||
print(result)
|
||||
|
||||
self.assertLess(max(ts), 100.)
|
||||
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.]
|
||||
|
||||
Reference in New Issue
Block a user