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
It looks like the radon notebook was written when sample returned a tuple; it now returns an InferenceData, so it breaks. Iteration over the pm4_trace.posterior.items() also fails.
Running current master on Debian and Py 3.7.7.
The text was updated successfully, but these errors were encountered:
It looks like the radon notebook was written when
sample
returned a tuple; it now returns anInferenceData
, so it breaks. Iteration over thepm4_trace.posterior.items()
also fails.Running current master on Debian and Py 3.7.7.
The text was updated successfully, but these errors were encountered: