Skip to content
Snippets Groups Projects
Commit 7a4405e7 authored by MichelJuillard's avatar MichelJuillard
Browse files

added check_options are the same as steady_options. Added option

nocheck to 'check' in test fs2000/fs2000a as there is a unit root and
the user provided _steadystate.m doesn't solve the static equations
parent f7cf75a2
Branches
Tags
No related merge requests found
...@@ -849,7 +849,7 @@ check_options_list : check_options_list COMMA check_options ...@@ -849,7 +849,7 @@ check_options_list : check_options_list COMMA check_options
| check_options | check_options
; ;
check_options : o_solve_algo; check_options : steady_options;
model_info : MODEL_INFO ';' model_info : MODEL_INFO ';'
{ driver.model_info(); } { driver.model_info(); }
......
...@@ -55,7 +55,7 @@ var e_a; stderr 0.014; ...@@ -55,7 +55,7 @@ var e_a; stderr 0.014;
var e_m; stderr 0.005; var e_m; stderr 0.005;
end; end;
check; check(nocheck);
estimated_params; estimated_params;
alp, beta_pdf, 0.356, 0.02; alp, beta_pdf, 0.356, 0.02;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment