Merge pull request #1376 from JohannesPfeifer/remove_unused_varexo2

unit tests: remove more unused exogenous variables
time-shift
Houtan Bastani 2017-01-11 00:26:26 +01:00 committed by GitHub
commit 477a09e9ef
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;