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.
default_chain_type
1 parent 1d477ca commit 6d54864Copy full SHA for 6d54864
src/mcmc/prior.jl
@@ -28,5 +28,3 @@ function AbstractMCMC.step(
28
_, vi = DynamicPPL.evaluate!!(sampling_model, vi)
29
return Transition(model, vi, nothing; reevaluate=false), nothing
30
end
31
-
32
-DynamicPPL.default_chain_type(sampler::Prior) = MCMCChains.Chains
0 commit comments