From 62e42e08a80037224fd8c2058cb9161a10de9c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 5 May 2021 10:15:52 +0200 Subject: [PATCH] Testsuite: more fixes related to stochastic block decomposition + mfs > 0 Ref. #1726 --- tests/block_bytecode/lola_stochastic_block.mod | 2 +- tests/deterministic_simulations/ramst_block_mfs1.mod | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/block_bytecode/lola_stochastic_block.mod b/tests/block_bytecode/lola_stochastic_block.mod index c189d336a..5f6fff6b8 100644 --- a/tests/block_bytecode/lola_stochastic_block.mod +++ b/tests/block_bytecode/lola_stochastic_block.mod @@ -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 diff --git a/tests/deterministic_simulations/ramst_block_mfs1.mod b/tests/deterministic_simulations/ramst_block_mfs1.mod index 7b9017cfa..4044bd516 100644 --- a/tests/deterministic_simulations/ramst_block_mfs1.mod +++ b/tests/deterministic_simulations/ramst_block_mfs1.mod @@ -30,8 +30,6 @@ end; steady; -check; - shocks; var x; periods 1;