Skip to content

Commit

Permalink
fix some rtot to pass test.. though it worked before and use StableRNG
Browse files Browse the repository at this point in the history
dmetivie authored Nov 7, 2024
1 parent 63f185f commit 4407b35
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
@@ -57,7 +57,7 @@ end
p = params(mix_mle)[1]
@test isapprox([β, 1 - β], probs(mix_mle); rtol=rtol)
@test isapprox(θ₁, p[1][2]; rtol=rtol)
@test isapprox(μ, p[1][1]; rtol=0.1)
@test isapprox(μ, p[1][1]; rtol=0.15)
@test isapprox(α, p[2][1]; rtol=rtol)
@test isapprox(θ₂, p[2][2]; rtol=rtol)

0 comments on commit 4407b35

Please sign in to comment.