Skip to content

Commit

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

@testset "Invariance test" begin
res = Pigeons.invariance_test(target, SliceSampler(), rng; condition_on=(:n_heads,))
res = Pigeons.invariance_test(unid_target, SliceSampler(), rng; condition_on=(:n_heads,))
@show res.pvalues
@test res.passed
end

0 comments on commit 536930d

Please sign in to comment.