Testsuite: increase tolerance in block_bytecode/lola_solve_one_boundary_mfs2.mod

This is made necessary by commit dd1ec10ec8.
trustregion
Sébastien Villemot 2022-03-24 14:17:35 +01:00
parent 4da9d1e718
commit 7f58ec5963
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -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