Skip to content
Snippets Groups Projects
Verified Commit dfa43bf8 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Testsuite: add already-existing test for LBJ

parent 49c4f25a
Branches
No related tags found
No related merge requests found
......@@ -1408,6 +1408,7 @@ mod_and_m_tests = [
{ 'test' : [ 'deterministic_simulations/pfwee_multiple_shocks.mod' ] },
{ 'test' : [ 'deterministic_simulations/pfwee_homotopy_linearization.mod' ] },
{ 'test' : [ 'deterministic_simulations/pfwee_homotopy_marginal_linearization.mod' ] },
{ 'test' : [ 'deterministic_simulations/lbj/rbc.mod' ] },
{ 'test' : [ 'lmmcp/rbc.mod' ] },
{ 'test' : [ 'lmmcp/sw_lmmcp.mod',
'lmmcp/sw_newton.mod' ],
......
......@@ -94,7 +94,7 @@ if max(max(abs(oo0.endo_simul-oo1.endo_simul)))>options_.dynatol.x
error('stack_solve_algo={0,1} return different paths for the endogenous variables!')
else
skipline()
fprintf('Maximum (absolute) differrence between paths is %s', num2str(maxabsdiff))
fprintf('Maximum (absolute) difference between paths is %s', num2str(maxabsdiff))
skipline()
end
......@@ -115,6 +115,6 @@ if max(max(abs(oo0.endo_simul-oo6.endo_simul)))>options_.dynatol.x
error('stack_solve_algo={0,6} return different paths for the endogenous variables!')
else
skipline()
fprintf('Maximum (absolute) differrence between paths is %s', num2str(maxabsdiff))
fprintf('Maximum (absolute) difference between paths is %s', num2str(maxabsdiff))
skipline()
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment