-
Notifications
You must be signed in to change notification settings - Fork 36
Closed as not planned
Description
cf. TuringLang/Turing.jl#2360 (comment)
dot_assume
's fallback method is here:
DynamicPPL.jl/src/context_implementations.jl
Lines 489 to 493 in 7f91c07
function dot_assume(rng, spl::Sampler, ::Any, ::AbstractArray{<:VarName}, ::Any, ::Any) | |
return error( | |
"[DynamicPPL] $(alg_str(spl)) doesn't support vectorizing assume statement" | |
) | |
end |
As far as I can tell assume
doesn't have a fallback method so that would just need to be added.
Metadata
Metadata
Assignees
Labels
No labels