Open udibr opened 2 years ago
Found same issue. Get no errors - just wrong numerical results (on the quadratic approximation stuff) when using pymc/main (was 4.0.0b).
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 flawlessly