Skip to content
Snippets Groups Projects
Commit 04ce0891 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

test suite: modify reporting test following dseries move to new MATLAB classes

parent 27e1f788
Branches
No related tags found
No related merge requests found
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment