Skip to content

Commit

Permalink
impr test
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Mar 28, 2021
1 parent c72bcca commit 3c52947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testpartialpose3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ estmu2mean = Statistics.mean(val[collect(DFG.getSolverData(f2).fnc.usrfnc!.parti
@show estmu1mean
@show estmu2mean
@test sum(abs.(estmu1mean - mu1[[3;1;2]]) .< [0.7; 0.1; 0.1]) == 3
@test sum(abs.(estmu2mean - mu2) .< [1.0; 1.0; 0.2] ) == 3
@test sum(abs.(estmu2mean - mu2) .< [1.0; 1.5; 0.2] ) == 3

memcheck = getVal(v2)
@test 1e-10 < norm(val - memcheck)
Expand Down

0 comments on commit 3c52947

Please sign in to comment.