We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd35e9 commit 819f01bCopy full SHA for 819f01b
regression_tests/mother.stan
@@ -350,8 +350,8 @@ transformed data {
350
simplex[N] td_3d_simplex[N,M,K];
351
cholesky_factor_cov[5,5] td_cfcov_54; // TODO: Change to 5,4
352
cholesky_factor_cov[3] td_cfcov_33;
353
- vector[2] x;
354
- vector[2] y;
+ vector[2] x = [0,0]';
+ vector[2] y = [1,1]';
355
real dat[0];
356
int dat_int[0];
357
real x_r[0, 0];
0 commit comments