unit tests: remove more unused exogenous variables

time-shift
Johannes Pfeifer 2017-01-10 19:58:44 +01:00
parent 12b8a915e9
commit d5a6f132b5
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// Same model as sim_exo_lead_lag_aux_vars.mod, but no auxiliary variables to deal with leads and lags
var c k z_forward z_backward;
varexo x z_shock;
varexo x;
parameters alph gam delt bet aa;
alph=0.5;

View File

@ -1,7 +1,7 @@
// Same model as sim_lead_lag_aux_vars.mod, but no auxiliary variables to deal with leads and lags
var c k z_forward z_backward;
varexo x z_shock;
varexo x;
parameters alph gam delt bet aa;
alph=0.5;

View File

@ -24,7 +24,7 @@
var y, c, k, a, h, b;
varexo e, u, junk;
varexo e, u;
parameters beta, rho, alpha, delta, theta, psi, tau;