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
We are not sure how you usually perform posterior predictive checks. But e.g. using rand(model) will just sample a NamedTuple (or maybe @torfjelde changed it to a Dict already since NamedTuple does not work as generally IIRC) of the variables, so it's not necessary to explicitly return a named tuple of variables in general.
We are not sure how you usually perform posterior predictive checks. But e.g. using
rand(model)
will just sample aNamedTuple
(or maybe @torfjelde changed it to aDict
already sinceNamedTuple
does not work as generally IIRC) of the variables, so it's not necessary to explicitly return a named tuple of variables in general.Originally posted by @devmotion in #64 (comment)
The text was updated successfully, but these errors were encountered: