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

Testsuite: increase tolerance in block_bytecode/lola_stochastic_block.mod

Apparently needed with MATLAB R2022a on AVX-512 processors.

(cherry picked from commit d7b5973c)
parent 4d39f4a3
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment