Skip to content

Commit

Permalink
Test: more translate_diff tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierverdier committed Jul 26, 2024
1 parent ee8b33b commit df7f69a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ext/ManifoldsTestExt/tests_group.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,13 @@ function test_group(
test_adjoint_action::Bool=false,
test_inv_diff::Bool=false,
test_adjoint_inv_diff::Bool=false,
diff_convs=[(), (LeftForwardAction(),), (RightBackwardAction(),)],
diff_convs=[
(),
(LeftForwardAction(),),
(RightBackwardAction(),),
(LeftBackwardAction(),),
(RightForwardAction(),),
],
test_log_from_identity::Bool=false,
test_exp_from_identity::Bool=false,
test_vee_hat_from_identity::Bool=false,
Expand Down

0 comments on commit df7f69a

Please sign in to comment.