Skip to content

Commit

Permalink
Full branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Oct 21, 2024
1 parent 0023c9c commit a2e2f7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytransform3d/test/test_rotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2399,6 +2399,10 @@ def test_axis_angle_from_mrp():
pr.axis_angle_from_mrp([np.tan(0.5 * np.pi), 0.0, 0.0]),
[1.0, 0.0, 0.0, 0.0])

pr.assert_axis_angle_equal(
pr.axis_angle_from_mrp([0.0, 0.0, 0.0]),
[1.0, 0.0, 0.0, 0.0])


def test_assert_euler_almost_equal():
pr.assert_euler_equal(
Expand Down

0 comments on commit a2e2f7b

Please sign in to comment.