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

Testsuite: more fixes related to stochastic block decomposition + mfs > 0

Ref. #1726
parent 04ba15e5
No related branches found
No related tags found
No related merge requests found
Pipeline #5249 passed
......@@ -19,7 +19,7 @@ if max(max(abs(oo_.dr.ghx(:, state_reorder) - ref.oo_.dr.ghx(ref.oo_.dr.inv_orde
error('Error in ghx')
end
if max(max(abs(oo_.dr.ghu - ref.oo_.dr.ghu(ref.oo_.dr.inv_order_var, :)))) > 6e-9
if max(max(abs(oo_.dr.ghu - ref.oo_.dr.ghu(ref.oo_.dr.inv_order_var, :)))) > 3e-8
error('Error in ghu')
end
......
......@@ -30,8 +30,6 @@ end;
steady;
check;
shocks;
var x;
periods 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment