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.
generated_quantities
returned
1 parent 13a2bf7 commit f94e07aCopy full SHA for f94e07a
test/ext/DynamicPPLMCMCChainsExt.jl
@@ -3,7 +3,7 @@
3
model = demo()
4
5
chain = MCMCChains.Chains(randn(1000, 2, 1), [:x, :y], Dict(:internals => [:y]))
6
- chain_generated = @test_nowarn generated_quantities(model, chain)
+ chain_generated = @test_nowarn returned(model, chain)
7
@test size(chain_generated) == (1000, 1)
8
@test mean(chain_generated) ≈ 0 atol = 0.1
9
end
0 commit comments