stan-dev / example-models

Example models for Stan
http://mc-stan.org/
773 stars 479 forks source link

Remove/fix models that dont compile #203

Closed rok-cesnovar closed 3 years ago

rok-cesnovar commented 3 years ago

This simply removes two models that do not compile and the data for one that had it:

These have not been compiling for 5+ years (https://github.com/stan-dev/example-models/issues/23, https://github.com/stan-dev/example-models/issues/127) so removing them seems like the best way forward. Otherwise example-models repo is very hard to use for testing Stan-to-C++ compiler regressions.

And fixes three models that required fixes (2 were missing data qualifiers, 1 was using a UDF with a name shadowing Stan Math).

Other models here compile fine.