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

Ref. #1726
time-shift
Sébastien Villemot 2021-05-05 10:15:52 +02:00
parent 04ba15e5cc
commit 62e42e08a8
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -30,8 +30,6 @@ end;
steady;
check;
shocks;
var x;
periods 1;