Skip to content

Commit

Permalink
Rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenxu27 committed Nov 2, 2024
1 parent b6697d5 commit 39dd77f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(np.array([-1, -2]), np.array([-1, -2]), 180, 270, 2),
(np.array([3.5, 4.5]), np.array([1.5, 2.5]), 15, 75, 4),
(np.array([100, 200]), np.array([300, 200]), 0, 45, 2),
# cannot use 0 vector, or will cause divison by zero error
# cannot use 0 vector, or will cause divison by zero error
],
)
def test_compute_net_force_torque(
Expand Down

0 comments on commit 39dd77f

Please sign in to comment.