Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Nov 13, 2024
1 parent c33013e commit 80830c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/groups/special_orthogonal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ using Manifolds: LeftForwardAction, RightBackwardAction
-0.7689185267244146 -0.6393467754356441
0.6393467754356439 -0.7689185267244146
]
@test adjoint_matrix(M, p) == [1;;]
@test adjoint_matrix(M, p) == @SMatrix [1]
J = [0.0;;]
adjoint_matrix!(M, J, p)
@test J == [1;;]
@test J == @SMatrix [1]

M = SpecialOrthogonal(3)
p = [
Expand Down

0 comments on commit 80830c6

Please sign in to comment.