We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8cb22 commit 1fabb35Copy full SHA for 1fabb35
test/runtests.jl
@@ -45,9 +45,7 @@ r_loo["estimates"](criterion=:avg_score) .=
45
46
jul_loo = loo(log_lik_arr)
47
r_eff_loo = psis_loo(log_lik_arr; r_eff=r_eff)
48
-
49
- # Make sure pareto_k values are similar
50
- @test count(sqrt(mean(r_eff_loo.pareto_k))) ≤ .05
+
51
52
# max 10% difference in tail length calc between Julia and R
53
@test maximum(abs.(log.(jul_psis.tail_len ./ r_tail_len))) ≤ .1
0 commit comments