Preprocessor: remove some incorrect normalization rules for the case mfs=3

As a consequence, increase the tolerance for a test with mfs=3 (it now uses the
same tolerance as the corresponding test for mfs=2).
silicon
Sébastien Villemot 2023-01-25 18:39:47 +01:00
parent 5aca770931
commit cef1ce33ed
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1c813a1cf91fecf29f3575f7cf730077ed2a28d0
Subproject commit dc966014a3eb37398c465cde9143d2c8d524dbec

View File

@ -6,6 +6,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