mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 06:33:57 +08:00
fix camera power draw test (#24739)
* fix camera power draw test
* update modeld
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 0ee647df3a
This commit is contained in:
@@ -16,11 +16,11 @@ class Proc:
|
||||
power: float
|
||||
rtol: float = 0.05
|
||||
atol: float = 0.1
|
||||
warmup: float = 3.
|
||||
warmup: float = 6.
|
||||
|
||||
PROCS = [
|
||||
Proc('camerad', 2.25),
|
||||
Proc('modeld', 0.95),
|
||||
Proc('camerad', 2.15),
|
||||
Proc('modeld', 1.0),
|
||||
Proc('dmonitoringmodeld', 0.25),
|
||||
Proc('encoderd', 0.23),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user