Skip to content

Commit

Permalink
increase atol
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Oct 22, 2024
1 parent 63b2cf1 commit 44c3573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ include("util.jl")
@test mean(chain1.σ) 1.0 atol=0.1
@test mean(chain2.μ) 0.0 atol=0.1
@test mean(chain2.σ) 1.0 atol=0.1
@test mean(chain3.μ) 0.0 atol=0.1
@test mean(chain3.μ) 0.0 atol=0.15
@test mean(chain3.σ) 1.0 atol=0.1
end

Expand Down

0 comments on commit 44c3573

Please sign in to comment.