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

Needed for Octave on lupi.
pac-components
Sébastien Villemot 2021-09-21 17:00:39 +02:00
parent d62a09cdef
commit 872c0424a8
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 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, :)))) > 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