Skip to content

Commit 819f01b

Browse files
committed
add values to mother model algebra system inputs
1 parent ffd35e9 commit 819f01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression_tests/mother.stan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ transformed data {
350350
simplex[N] td_3d_simplex[N,M,K];
351351
cholesky_factor_cov[5,5] td_cfcov_54; // TODO: Change to 5,4
352352
cholesky_factor_cov[3] td_cfcov_33;
353-
vector[2] x;
354-
vector[2] y;
353+
vector[2] x = [0,0]';
354+
vector[2] y = [1,1]';
355355
real dat[0];
356356
int dat_int[0];
357357
real x_r[0, 0];

0 commit comments

Comments
 (0)