aesara-devs / aemcmc

AeMCMC is a Python library that automates the construction of samplers for Aesara graphs representing statistical models.
https://aemcmc.readthedocs.io/en/latest/
MIT License
39 stars 11 forks source link

Make sure that the beta-binomial relation can expand both ways #43

Open rlouf opened 2 years ago

rlouf commented 2 years ago

The relation implemented in #29 could not be expanded both ways due to a limitation in aesara. We nevertheless implemented the corresponding test, currently marked as xfail. We should be able to remove the mark when https://github.com/aesara-devs/aesara/issues/1002 is merged.