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
Sampling with observations containing missing values is failing in 5.20. Metropolis raises a TypeError when updating the sampling metadata. This does not occur when Metropolis is used for the entire model.
It appears that stats['tune'] ends up being a string in this scenario instead of an array.
Describe the issue:
Sampling with observations containing missing values is failing in 5.20.
Metropolis
raises aTypeError
when updating the sampling metadata. This does not occur whenMetropolis
is used for the entire model.It appears that
stats['tune']
ends up being a string in this scenario instead of an array.Reproduceable code example:
Error message:
PyMC version information:
pymc : 5.20.1
pytensor : 2.27.1
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: