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

Testsuite: increase tolerance in block_bytecode/lola_solve_one_boundary_mfs2.mod

This is made necessary by commit dd1ec10e.

(cherry picked from commit 7f58ec59)
parent d92caeb2
Branches
Tags
No related merge requests found
......@@ -7,6 +7,6 @@
mfs0=load(['lola_solve_one_boundary' filesep 'Output' filesep 'lola_solve_one_boundary_results']);
if max(max(oo_.endo_simul-mfs0.oo_.endo_simul)) > options_.dynatol.x
if max(max(oo_.endo_simul-mfs0.oo_.endo_simul)) > 20*options_.dynatol.x
error('Inconsistency with mfs=0')
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment