From a6c48c9c4f706956b5154f065d694c7ea72d93a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Mon, 24 Jul 2017 10:55:49 +0200
Subject: [PATCH] Fixed bug in the integration test added in
 45864f414f98269dff2

Wrong name for the data file. Also reduced the number of chains.

(cherry picked from commit 209e16888d2f2c6648bb15717a3086c9a554dce0)
---
 tests/filter_step_ahead/trend_cycle_decomposition.mod | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/filter_step_ahead/trend_cycle_decomposition.mod b/tests/filter_step_ahead/trend_cycle_decomposition.mod
index 4308590f5f..178dd0ed53 100644
--- a/tests/filter_step_ahead/trend_cycle_decomposition.mod
+++ b/tests/filter_step_ahead/trend_cycle_decomposition.mod
@@ -31,5 +31,4 @@ end;
 
 varobs y; 
 
-
-estimation(datafile=data_i,nobs=82, mh_replic=2000, mode_compute=4, mh_nblocks=2, mh_jscale=0.3, filtered_vars, smoother, diffuse_filter) yp z; 
+estimation(datafile=trend_cycle_decomposition_data,nobs=82, mh_replic=2000, mode_compute=4, mh_nblocks=1, mh_jscale=0.3, filtered_vars, smoother, diffuse_filter) yp z; 
-- 
GitLab