stan-dev / posteriordb

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

Model read not working #137

Closed bbbales2 closed 4 years ago

bbbales2 commented 4 years ago

This isn't working for me:

library(posteriordb)

pd = pdb_default()
posterior("gp_pois_regr", pdb = pd)

With error:

 Error in parse_con(txt, bigint_as_char) : parse error: premature EOF

                     (right here) ------^
MansMeg commented 4 years ago

Thank you! I will check. This also mean that I need to get the syntax checker to the test-suite.

MansMeg commented 4 years ago

Now fixed. Thanks @bbbales2 !