From d7b5973cce766ac23965ecba946f1fcc43156829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 29 Mar 2022 14:10:41 +0200 Subject: [PATCH] Testsuite: increase tolerance in block_bytecode/lola_stochastic_block.mod Apparently needed with MATLAB R2022a on AVX-512 processors. --- tests/block_bytecode/lola_stochastic_block.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/block_bytecode/lola_stochastic_block.mod b/tests/block_bytecode/lola_stochastic_block.mod index 022039cd99..c4db5454f2 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, :)))) > 4e-8 +if max(max(abs(oo_.dr.ghu - ref.oo_.dr.ghu(ref.oo_.dr.inv_order_var, :)))) > 5e-8 error('Error in ghu') end -- GitLab