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

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

Needed for Octave on haumea.
parent 9fd08066
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ ref = load(['lola_stochastic' filesep 'Output' filesep 'lola_stochastic_results.
/* NB: With block, the rows of ghx and ghu are in declaration order (and not in
DR-order as in non-block mode) */
if max(max(abs(oo_.dr.ghx(:, state_reorder) - ref.oo_.dr.ghx(ref.oo_.dr.inv_order_var, ref_state_reorder)))) > 2e-9
if max(max(abs(oo_.dr.ghx(:, state_reorder) - ref.oo_.dr.ghx(ref.oo_.dr.inv_order_var, ref_state_reorder)))) > 3e-9
error('Error in ghx')
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment