Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SE3.normalize() #506

Merged
merged 12 commits into from
May 2, 2023
Prev Previous commit
Next Next commit
Add SE3.normalize() tests
  • Loading branch information
fantaosha committed May 1, 2023
commit 2203a0e1d20a888fcefdd909dc8f62d1c392205f
1 change: 1 addition & 0 deletions tests/labs/lie/functional/test_se3.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"project",
"left_act",
"left_project",
"normalize",
],
)
@pytest.mark.parametrize("batch_size", BATCH_SIZES_TO_TEST)
Expand Down