Skip to content

Commit a76718d

Browse files
authored
Update regression.jl (#30)
1 parent aada0d7 commit a76718d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/regression.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
posterior_μ = observations / (1 + σ^2)
6060

6161
# compare with empirical estimates
62-
@test mean(samples) posterior_μ rtol = 0.02
62+
@test mean(samples) posterior_μ rtol = 0.05
6363
end
6464
end

0 commit comments

Comments
 (0)