alashworth / test-issue-import

0 stars 0 forks source link

Some variants of NUTS classic do not compile #137

Open alashworth opened 5 years ago

alashworth commented 5 years ago

Issue by betanalpha Friday Apr 07, 2017 at 19:57 GMT Originally opened as https://github.com/stan-dev/stan/issues/2268


Description:

The adapt_diag_e and adapt_dense_e variants of nuts_classic do not compile due to malformed calls to a few functions.

Reproducible Steps:

Try to compile any program with stan/mcmc/hmc/nuts_classic/adapt_diag_e_nuts_classic.hpp or stan/mcmc/hmc/nuts_classic/adapt_dense_e_nuts_classic.hpp.

Current Output:

Compiler error.

Expected Output:

No compiler error.

Current Version:

v2.14.0