Skip to content

Commit

Permalink
Updated with commonroad results.
Browse files Browse the repository at this point in the history
  • Loading branch information
nandantumu committed Dec 12, 2023
1 parent 4a1b7e0 commit 14c079e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,11 @@ def test_zeroinit_rollleft_singletrack(self):
0.0000000000000000,
0.0000000000000000,
0.0000000000000000,
0.0000000000000000,
0.0833661500000000,
]

np.testing.assert_array_almost_equal(x_left_st[-1], x_left_st_gt, decimal=2)


if __name__ == "__main__":
unittest.main()
unittest.main()

0 comments on commit 14c079e

Please sign in to comment.