Skip to content

Commit

Permalink
adjust new scalar test
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Oct 7, 2021
1 parent 145e9f7 commit 8eeed01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testScalarFields.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ tree = solveTree!(fg);
for lb in sortDFG(ls(fg,r"x\d+"))[1:5]
sim = getPPE(fg, lb, :simulated).suggested
ppe = getPPE(fg, lb).suggested
@test isapprox(sim[1:2], ppe[1:2], atol=350)
@test isapprox(sim[3], ppe[3], atol=0.5)
@test isapprox(sim[1:2], ppe[1:2], atol=400)
@test isapprox(sim[3], ppe[3], atol=0.75)
end

##
Expand Down

0 comments on commit 8eeed01

Please sign in to comment.