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
sample_posterior_predictive seems to require an old-school trace, but does not directly accept an InferenceData object. There is an easy workaround to just call sample_posterior_predictive(inference_object.trace) but I think it would be nice if it would detect that.
The text was updated successfully, but these errors were encountered:
@michaelosthege has fixed this to the best of my knowledge, and there are even tests. If you can't use an inference data in place of a trace, it's a bug: please give details.
Uh oh!
There was an error while loading. Please reload this page.
sample_posterior_predictive
seems to require an old-school trace, but does not directly accept anInferenceData
object. There is an easy workaround to just callsample_posterior_predictive(inference_object.trace)
but I think it would be nice if it would detect that.The text was updated successfully, but these errors were encountered: