Skip to content

Commit

Permalink
fix mani parts test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jun 30, 2023
1 parent 2b6d3e4 commit 54732cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testBasicManifolds.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ M = SpecialEuclidean(3)
Mr = M.manifold[2]
pPq = ArrayPartition(zeros(3), exp(Mr, Identity(Mr), hat(Mr, Identity(Mr), w)))
rPc_ = exp(M, Identity(M), hat(M, Identity(M), [zeros(3);w]))
rPc = ArrayPartition(rPc_.parts[1], rPc_.parts[2])
rPc = ArrayPartition(rPc_.x[1], rPc_.x[2])

@test isapprox(pPq.x[1], rPc.x[1])
@test isapprox(pPq.x[2], rPc.x[2])
Expand Down

0 comments on commit 54732cd

Please sign in to comment.