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 b690cb9 commit af8b017Copy full SHA for af8b017
src/compiler.jl
@@ -213,10 +213,6 @@ function check_dot_tilde_rhs(::AbstractArray{<:Distribution})
213
return throw(ArgumentError(msg))
214
end
215
check_dot_tilde_rhs(x::UnivariateDistribution) = x
216
-function check_dot_tilde_rhs(x::Sampleable{<:Any,AutoPrefix}) where {AutoPrefix}
217
- model = check_dot_tilde_rhs(x.model)
218
- return Sampleable{typeof(model),AutoPrefix}(model)
219
-end
220
221
"""
222
unwrap_right_vn(right, vn)
0 commit comments