Skip to content

Commit 2847a61

Browse files
committed
Fix bogus value in regression test
1 parent 4902ad7 commit 2847a61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

regression_tests/mother.stan

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,8 @@ model {
545545
to_vector(p_1d_vec[n]) ~ normal(0, 1);
546546
to_vector(p_1d_row_vec[n]) ~ normal(0, 1);
547547
to_vector(p_1d_simplex[n]) ~ normal(0, 1);
548+
to_vector(to_matrix(p_real_3d_ar[n])) ~ normal(0, 1);
549+
548550
for (m in 1 : M) {
549551
for (k in 1 : K) {
550552
to_vector(p_3d_vec[n, m, k]) ~ normal(d_3d_vec[n, m, k], 1);

0 commit comments

Comments
 (0)