Skip to content

Commit

Permalink
update test constants
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Aug 19, 2024
1 parent 518bcc0 commit 41bd702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions studio/Python/tests/test_board.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def test_e_velocity_control(self):
R = 15

if hw_rev > 20:
multiplier = 3000 * ticks / s
max_delta = 10000 * ticks / s
multiplier = 4000 * ticks / s
max_delta = 15000 * ticks / s
else:
multiplier = 20000 * ticks / s
max_delta = 30000 * ticks / s
Expand Down

0 comments on commit 41bd702

Please sign in to comment.