Skip to content

Commit

Permalink
bit more Lie product test
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jul 29, 2024
1 parent 2155af3 commit 2c0c0a9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/testLieFundamentals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,21 @@ p̂ = calcProductGaussians(
do_transport_correction = true
)

@test isapprox(
[0;0;0.0],
mean(p̂.p);
atol=1e-10
)

@test isapprox(
μn,
vee(M, ε, log(M, ε, mean(p̂)));
atol=1e-1 # NOTE looser bound for even-mean-mean case vs naive-identity-mean case
)

cov(p̂)

p

##
end
Expand Down

0 comments on commit 2c0c0a9

Please sign in to comment.