From 8485f8470c497bd3fa9031aba8ebbb11c750f364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 22 Sep 2021 16:27:48 +0200 Subject: [PATCH] Preprocessor: remove unused steady_state_growth option to pac_model (manually cherry picked from commit 014e18df6988e6170d8e01f7397a67e844b1dfb2) --- preprocessor | 2 +- tests/pac/trend-component-1-mce/example_det.mod | 4 ++-- tests/pac/trend-component-2-mce/example_sto.mod | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/preprocessor b/preprocessor index 0ccb986da8..784b2d6d40 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit 0ccb986da8539ee7cd9e1d115ba2d3a094adb076 +Subproject commit 784b2d6d4081dcbfd45d94a327236f27a1bc8ead diff --git a/tests/pac/trend-component-1-mce/example_det.mod b/tests/pac/trend-component-1-mce/example_det.mod index 34d1aeda48..0d5ece3f70 100644 --- a/tests/pac/trend-component-1-mce/example_det.mod +++ b/tests/pac/trend-component-1-mce/example_det.mod @@ -30,7 +30,7 @@ gamma = .7; trend_component_model(model_name=toto, eqtags=['eq:x1', 'eq:x2', 'eq:x1bar', 'eq:x2bar'], targets=['eq:x1bar', 'eq:x2bar']); -pac_model(discount=beta, model_name=pacman, steady_state_growth=.0); +pac_model(discount=beta, model_name=pacman); model; @@ -65,4 +65,4 @@ shocks; end; perfect_foresight_setup(periods=50); -perfect_foresight_solver; \ No newline at end of file +perfect_foresight_solver; diff --git a/tests/pac/trend-component-2-mce/example_sto.mod b/tests/pac/trend-component-2-mce/example_sto.mod index 89c3f81ccf..364ffd4ca1 100644 --- a/tests/pac/trend-component-2-mce/example_sto.mod +++ b/tests/pac/trend-component-2-mce/example_sto.mod @@ -30,7 +30,7 @@ gamma = .7; trend_component_model(model_name=toto, eqtags=['eq:x1', 'eq:x2', 'eq:x1bar', 'eq:x2bar'], targets=['eq:x1bar', 'eq:x2bar']); -pac_model(discount=beta, model_name=pacman, steady_state_growth=.0); +pac_model(discount=beta, model_name=pacman); model(linear); @@ -74,4 +74,4 @@ var ex2bar = .0; var ez = .02; end; -stoch_simul(periods=1000, noprint); \ No newline at end of file +stoch_simul(periods=1000, noprint); -- GitLab