Skip to content
Snippets Groups Projects
Verified Commit 7f58ec59 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.
parent 4da9d1e7
Branches
Tags
No related merge requests found
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
mfs0=load(['lola_solve_one_boundary' filesep 'Output' filesep 'lola_solve_one_boundary_results']); 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') error('Inconsistency with mfs=0')
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment