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
The notebooks in Rethinking_2 folder import pymc3 and not pymc this results in a missing module error.
I tried to manually change the notebook Chap_02 to use pymc but then the numeric results are wrong.
I finally did pip install pymc3 and the notebook run flawlessly
The text was updated successfully, but these errors were encountered:
Good catch, @seanaedmiston. Could you post a reprex (minimal reproducible example) for the devs on the main PyMC issue tracker, if not already done? That will help us iron out bugs that you all have awesomely found!
The notebooks in Rethinking_2 folder import pymc3 and not pymc this results in a missing module error.
I tried to manually change the notebook Chap_02 to use pymc but then the numeric results are wrong.
I finally did
pip install pymc3
and the notebook run flawlesslyThe text was updated successfully, but these errors were encountered: