From 04ce0891647ef78cccbf76db392f439cd5ef0f0d Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 16 Feb 2018 14:19:08 +0100 Subject: [PATCH] test suite: modify reporting test following dseries move to new MATLAB classes --- tests/reporting/runDynareReport.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/reporting/runDynareReport.m b/tests/reporting/runDynareReport.m index 3d779c7ec..fe07d3d1c 100644 --- a/tests/reporting/runDynareReport.m +++ b/tests/reporting/runDynareReport.m @@ -1,5 +1,5 @@ function runDynareReport(dc_a, dc_q, db_a, db_q) -% Copyright (C) 2013-2015 Dynare Team +% Copyright (C) 2013-2018 Dynare Team % % This file is part of Dynare. % @@ -258,9 +258,9 @@ rep = rep.addSeries('graphHline', 460, ... 'graphLineWidth', 1.5); a=dseries([1:200]', '1984q1'); -b=a; -c=a; -d=a; +b=copy(a); +c=copy(a); +d=copy(a); b(dates('2012q2'):dates('2015q2'))=b(dates('2012q2'):dates('2015q2'))+2; c(dates('2012q2'):dates('2015q2'))=c(dates('2012q2'):dates('2015q2'))+4; d(dates('2012q2'):dates('2015q2'))=d(dates('2012q2'):dates('2015q2'))+6;