mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 05:42:13 +08:00
Update test_onroad.py
old-commit-hash: 24de4a6204997e1f0b00cecd9b99adb313de2444
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