stan-dev / posteriordb

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

Add support to retrieve reference draws from the Python API #191

Closed gbdrt closed 3 years ago

gbdrt commented 3 years ago

Hello, This is a really nice project!

Here is a proposal to add support for retrieving the reference posterior from the python APIs. I'll be happy to make any change if necessary.

MansMeg commented 3 years ago

Hi!

This is great! Thanks. There seem to be som small errors (whitespaces and python import order) in the python build. I guess those would be easy to fix. The R errors I can fix if you do the PR to the decelopment branch.

Thanks again!

gbdrt commented 3 years ago

Sorry, the python style should be fixed now. And I have updated the PR to target the development branch.

MansMeg commented 3 years ago

Great thanks! Now merged!