From 38a2dcaa8f06ced43cf57f33fbf4f0f2de37ba62 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Thu, 16 Sep 2021 10:40:44 +0200
Subject: [PATCH] dynrbc_common.inc: increase maxit and check_ahead_periods

Required for Octave
---
 tests/occbin/model_irrcap_twoconstraints/dynrbc_common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/occbin/model_irrcap_twoconstraints/dynrbc_common.inc b/tests/occbin/model_irrcap_twoconstraints/dynrbc_common.inc
index 5378e8366a..2b3b15e788 100644
--- a/tests/occbin/model_irrcap_twoconstraints/dynrbc_common.inc
+++ b/tests/occbin/model_irrcap_twoconstraints/dynrbc_common.inc
@@ -59,7 +59,7 @@ end
 % set inputs      
 
 occbin_setup(smoother_debug);
-occbin_solver(simul_debug,simul_periodic_solution,simul_periods=200,simul_maxit=200,simul_curb_retrench,simul_check_ahead_periods=200);
+occbin_solver(simul_debug,simul_periodic_solution,simul_periods=200,simul_maxit=300,simul_curb_retrench,simul_check_ahead_periods=300);
 occbin_write_regimes(filename='test',periods=[1:100]);
 
 %% Modify to plot IRFs 
-- 
GitLab