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

tests/block_bytecode/lola_stochastic_block.mod: increase test tolerance on ghu

Needed for Octave on lupi.
parent d62a09cd
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, :)))) > 3e-8
if max(max(abs(oo_.dr.ghu - ref.oo_.dr.ghu(ref.oo_.dr.inv_order_var, :)))) > 4e-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