Closed eerolinna closed 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.
content/models/stan/8_schools_noncentered.stan
content/models/stan/8_schools_centered.stan
8_schools_centered
8_schools_noncentered
Related to #66
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
tocontent/models/stan/8_schools_centered.stan
then these tests will fail because the models8_schools_centered
and8_schools_noncentered
have the same stan code file.Related to #66