Skip to content
Snippets Groups Projects
Commit d5a6f132 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

unit tests: remove more unused exogenous variables

parent 12b8a915
No related branches found
No related tags found
No related merge requests found
// 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;
......
// 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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment