Testsuite: increase tolerance in block_bytecode/lola_stochastic_block.mod

Apparently needed with MATLAB R2022a on AVX-512 processors.
fix-nonlinear-solvers
Sébastien Villemot 2022-03-29 14:10:41 +02:00
parent c5a3658110
commit d7b5973cce
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, :)))) > 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