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
Branches
Tags
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 ...@@ -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') error('Error in ghx')
end 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') error('Error in ghu')
end end
......
...@@ -30,8 +30,6 @@ end; ...@@ -30,8 +30,6 @@ end;
steady; steady;
check;
shocks; shocks;
var x; var x;
periods 1; periods 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment