You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most samplers which are currently overloading the tilde-pipeline does so only to call updategid! and then nothing else (compared to SampleFromPrior).
These implementations subsequently go out of date (sometimes silently), making it all very annoying to maintain.
The only "objection" to this change is that we should (hopefully soon) remove the need for upategids!, in which case this default overload is not that useful.
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
As far as I can tell
assume
doesn't have a fallback method so that would just need to be added.The text was updated successfully, but these errors were encountered: