Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
senselessdev1 committed Mar 11, 2024
1 parent b47fa19 commit d0e08d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_rotation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _create_synthetic_relative_pose_measurements(


def _wrap_angles(angles: np.ndarray) -> np.ndarray:
"""Map angle (in degrees) from domain [-\infty, \infty] to [0, 360).
r"""Map angle (in degrees) from domain [-∞, ∞] to [0, 360).
Args:
angles: Array of shape (N,) representing angles (in degrees) in any interval.
Expand Down

0 comments on commit d0e08d6

Please sign in to comment.