stan-dev / posteriordb

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

Add some tests for database integrity #67

Closed eerolinna closed 5 years ago

eerolinna commented 5 years ago

This PR adds tests for checking that

For example if in https://github.com/MansMeg/posteriordb/blob/master/content/models/info/8_schools_noncentered.info.json I change the stan code from content/models/stan/8_schools_noncentered.stan to content/models/stan/8_schools_centered.stan then these tests will fail because the models 8_schools_centered and 8_schools_noncentered have the same stan code file.

Related to #66