Skip to content

Commit

Permalink
bump up modeld power draw threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jun 15, 2022
1 parent 6757e23 commit 0d0f592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/hardware/tici/test_power_draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Proc:

PROCS = [
Proc('camerad', 2.15),
Proc('modeld', 1.0),
Proc('modeld', 1.0, atol=0.15),
Proc('dmonitoringmodeld', 0.25),
Proc('encoderd', 0.23),
]
Expand Down

0 comments on commit 0d0f592

Please sign in to comment.