From cef1ce33ed8ca8bb9be9f347496f55f340147842 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 25 Jan 2023 18:39:47 +0100
Subject: [PATCH] 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).
---
 preprocessor                                          | 2 +-
 tests/block_bytecode/lola_solve_one_boundary_mfs3.mod | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/preprocessor b/preprocessor
index 1c813a1cf9..dc966014a3 160000
--- a/preprocessor
+++ b/preprocessor
@@ -1 +1 @@
-Subproject commit 1c813a1cf91fecf29f3575f7cf730077ed2a28d0
+Subproject commit dc966014a3eb37398c465cde9143d2c8d524dbec
diff --git a/tests/block_bytecode/lola_solve_one_boundary_mfs3.mod b/tests/block_bytecode/lola_solve_one_boundary_mfs3.mod
index fa549b68b3..c6a9636ba0 100644
--- a/tests/block_bytecode/lola_solve_one_boundary_mfs3.mod
+++ b/tests/block_bytecode/lola_solve_one_boundary_mfs3.mod
@@ -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
-- 
GitLab