From 80830c6ccdcf6e971a6d3712995cc71aa3711e42 Mon Sep 17 00:00:00 2001 From: Mateusz Baran Date: Wed, 13 Nov 2024 13:08:42 +0100 Subject: [PATCH] fix test --- test/groups/special_orthogonal.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/groups/special_orthogonal.jl b/test/groups/special_orthogonal.jl index 59d1eccf2..db6c3c2e3 100644 --- a/test/groups/special_orthogonal.jl +++ b/test/groups/special_orthogonal.jl @@ -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 = [