Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbiron committed Dec 11, 2024
1 parent 536930d commit d1f29ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_JuliaBUGS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ end
end

@testset "Invariance test" begin
res = Pigeons.invariance_test(unid_target, SliceSampler(), rng; condition_on=(:n_heads,))
uncond_target = JuliaBUGSPath(compile(unid_model_def, (;n_flips=100000)))
res = Pigeons.invariance_test(uncond_target, SliceSampler(); condition_on=(:n_heads,))
@show res.pvalues
@test res.passed
end

0 comments on commit d1f29ce

Please sign in to comment.