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 99ffbbe commit 0684573Copy full SHA for 0684573
src/context_implementations.jl
@@ -1,7 +1,4 @@
1
-using Distributions:
2
- UnivariateDistribution, MultivariateDistribution, MatrixDistribution, Distribution
3
-
4
-alg_str(spl::Sampler) = string(nameof(typeof(spl.alg)))
+using Distributions: Distribution
5
6
# Allows samplers, etc. to hook into the final logp accumulation in the tilde-pipeline.
7
function acclogp_assume!!(context::AbstractContext, vi::AbstractVarInfo, logp)
0 commit comments