Skip to content

Commit dea8c3e

Browse files
committed
useless comment
1 parent 663cbae commit dea8c3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stan/brms_bulk.stan

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ real[] log_Z_COMP_brms_bulk(real log_mu, real nu, real eps, int M) {
1515
reject("nu must be finite");
1616
}
1717
// first 2 terms of the series
18-
// log_Z_terms[1] = log1p_exp(log_mu);
1918
log_Z_terms[1] = 0;
2019
log_Z_terms[2] = log_mu;
2120
while (log_Z_terms[k] >= leps && k < M) {

0 commit comments

Comments
 (0)