stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
163 stars 26 forks source link

Split posteriordb and the interface packages #189

Closed ahartikainen closed 2 years ago

ahartikainen commented 3 years ago

Would it be a good idea to split the database and the interface code to independent repos?

Then database part could gather the models and have tests that everything are as they should, and interfaces could create their own tests and run them when the interface part is changed.

MansMeg commented 3 years ago

I do not understand completely. What do you mean with the interface code? You mean testing to run say a TensorFlow Probability model?

ahartikainen commented 3 years ago

R package and python package would be their own repos.

MansMeg commented 3 years ago

Yes, that would probably be a good idea further on, yes indeed.

MansMeg commented 2 years ago

Now this has been fixed.