Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2024
1 parent abe838c commit 85bcb23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omnigibson/utils/transform_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def random_axis_angle(angle_limit: float = 2.0 * math.pi):
random_angle = torch.rand(1) * angle_limit
return random_axis, random_angle.item()


@torch.compile
def quat2mat(quaternion):
"""
Expand Down

0 comments on commit 85bcb23

Please sign in to comment.