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 8ed6164 commit 651da93Copy full SHA for 651da93
test/mcmc/repeat_sampler.jl
@@ -2,6 +2,7 @@ module RepeatSamplerTests
2
3
using ..Models: gdemo_default
4
using DynamicPPL: Sampler
5
+using MCMCChains: Chains
6
using StableRNGs: StableRNG
7
using Test: @test, @testset
8
using Turing
@@ -22,6 +23,7 @@ using Turing
22
23
MCMCThreads(),
24
num_samples,
25
num_chains;
26
+ chain_type=Chains,
27
thinning=num_repeats,
28
)
29
repeat_sampler = RepeatSampler(sampler, num_repeats)
0 commit comments