Closed ghost closed 4 years ago
Hi @uri-datorama, thanks for your question. We try to keep the GitHub issues for development issues, instead of user support for PyMC3 or modelling questions. In general, if you aren't sure that your issue is a bug, please post your issue on our Discourse Forums: https://discourse.pymc.io/.
Closing now, but feel free to continue the discussion on the forums!
What seems to be some typing issue with shared observed vars leads to theano error. Changing the Binomial to eg Normal or "unsharing" the observed variables both make the problem go away, as can be seen below. I might just be doing something wrong, not sure. Tried casting in all sorts of ways but it didn't help.