Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierverdier committed Jul 26, 2024
1 parent ba2900f commit ee8b33b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/groups/product_group.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,15 @@ using RecursiveArrayTools

@test compose(G, pts[1], Identity(G)) == pts[1]
@test compose(G, Identity(G), pts[1]) == pts[1]
test_group(G, pts, X_pts, X_pts; test_diff=true, test_mutating=false, test_adjoint_action=true)
test_group(
G,
pts,
X_pts,
X_pts;
test_diff=true,
test_mutating=false,
test_adjoint_action=true,
)
test_manifold(G, pts; is_mutating=false)
@test isapprox(
G,
Expand Down

0 comments on commit ee8b33b

Please sign in to comment.