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
Use of pm.Bound() does not seem to work on the v4 branch. This has been tested on PyPI version (3.10.0) which still works. Due to the evolving changes on the v4 branch and aesara version changes, I haven't pinpointed when this stopped working. I'm using Python 3.6 as comparison so I can run properly on PyPI version (On Windows).
I've also verified the same error on Ubuntu w/ python 3.7 & 3.8.
Please provide a minimal, self-contained, and reproducible example.
Thanks @ricardoV94 . I wanted to use new Aesara so I started using v4 branch (and start to use future API). Are there large parts that are currently broken? I did look some at the Timeline wiki
Description of your problem
Use of
pm.Bound()
does not seem to work on thev4
branch. This has been tested on PyPI version (3.10.0
) which still works. Due to the evolving changes on thev4
branch andaesara
version changes, I haven't pinpointed when this stopped working. I'm using Python 3.6 as comparison so I can run properly on PyPI version (On Windows).I've also verified the same error on Ubuntu w/ python 3.7 & 3.8.
Please provide a minimal, self-contained, and reproducible example.
Please provide the full traceback.
Please provide any additional information below.
Working versions and main components
pymc3==3.10.0
Theano-PyMC==1.0.11
3.6
Windows 10
pip
Broken versions and main components
aesara==2.0.10
3.6
Windows 10
pip
install from repoThe text was updated successfully, but these errors were encountered: