pymc-devs / pymc-resources

PyMC educational resources
MIT License
1.96k stars 745 forks source link

Rethinking_2 environment.yml installs pymc and not pymc3 #168

Open udibr opened 2 years ago

udibr commented 2 years ago

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

seanaedmiston commented 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).

ericmjl commented 2 years ago

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!