Skip to content

Commit

Permalink
Comments out torch.jit.script for error in math-utils with new type-h…
Browse files Browse the repository at this point in the history
…inting
  • Loading branch information
Mayankm96 committed Sep 26, 2023
1 parent d332be8 commit 1c51bc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ def subtract_frame_transforms(
return t12, q12


@torch.jit.script
# @torch.jit.script
def compute_pose_error(
t01: torch.Tensor,
q01: torch.Tensor,
Expand Down Expand Up @@ -668,7 +668,7 @@ def apply_delta_pose(
return target_pos, target_rot


@torch.jit.script
# @torch.jit.script
def transform_points(
points: torch.Tensor, pos: torch.Tensor | None = None, quat: torch.Tensor | None = None
) -> torch.Tensor:
Expand Down

0 comments on commit 1c51bc3

Please sign in to comment.