Skip to content

Commit

Permalink
don't test representation for product and semidirect product groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Aug 29, 2024
1 parent dad99bf commit ff92b12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/groups/product_group.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ using RecursiveArrayTools
test_mutating=false,
test_adjoint_action=true,
)
test_manifold(G, pts; is_mutating=false)
test_manifold(G, pts; is_mutating=false, test_representation_size=false)
@test isapprox(
G,
exp_lie(G, X_pts[1]),
Expand Down
4 changes: 4 additions & 0 deletions test/groups/special_euclidean.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ using Manifolds:
#test_inplace=true,
test_vee_hat=true,
exp_log_atol_multiplier=50,
test_representation_size=false,
)

for CS in [CartanSchoutenMinus(), CartanSchoutenPlus(), CartanSchoutenZero()]
Expand All @@ -162,6 +163,7 @@ using Manifolds:
is_tangent_atol_multiplier=1,
test_inner=false,
test_norm=false,
test_representation_size=false,
)
end
end
Expand Down Expand Up @@ -189,6 +191,7 @@ using Manifolds:
is_mutating=true,
exp_log_atol_multiplier=50,
is_tangent_atol_multiplier=1,
test_representation_size=false,
)
end
end
Expand Down Expand Up @@ -223,6 +226,7 @@ using Manifolds:
test_vee_hat=true,
test_is_tangent=true, # fails
exp_log_atol_multiplier=50,
test_representation_size=false,
)
# specific affine tests
p = copy(G, pts[1])
Expand Down

0 comments on commit ff92b12

Please sign in to comment.