stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
176 stars 36 forks source link

Fix pymc3 model for `eight_schools_centered` #129

Closed eerolinna closed 4 years ago

eerolinna commented 4 years ago

Commit 426376177fbb518510ae09815eb8a8879473826a accidently removed the pymc3 model code from the eight_schools_centered model, this adds it back. The model code also needed a few changes to actually work with PyMC. Those changes are included here.

eerolinna commented 4 years ago

The CI job linting and generic checks is failing due to commit 1e1b6449097cd234cac456d2782ee7fa5c2246ec, I'm not going to add a fix here. I'll merge this now as this is just a fix and doesn't really require comments