We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d07c26 commit 574f0b4Copy full SHA for 574f0b4
test/ext/DynamicPPLMCMCChainsExt.jl
@@ -20,7 +20,7 @@ using DynamicPPL, Distributions, MCMCChains, Test, AbstractMCMC
20
@test size(c, 1) == 50
21
@test size(c, 3) == 3
22
@test Set(c.name_map.parameters) == Set([:x, :y])
23
- @test Set(c.name_map.internals) == Set([:logprior, :loglikelihood, :lp])
+ @test Set(c.name_map.internals) == Set([:logprior, :loglikelihood, :logjoint])
24
@test logpdf.(Normal(), c[:x]) ≈ c[:logprior]
25
@test c.info.varname_to_symbol[@varname(x)] == :x
26
@test c.info.varname_to_symbol[@varname(y)] == :y
0 commit comments