Skip to content
Snippets Groups Projects
Commit bbb133b9 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed unit tests.

parent 97b8749f
Branches
No related tags found
No related merge requests found
...@@ -107,9 +107,7 @@ end ...@@ -107,9 +107,7 @@ end
%$ end %$ end
%$ %$
%$ if t(1) %$ if t(1)
%$ t(2) = dassert(ts.name, {'Dora', 'The', 'Explorer'}); %$ t(2) = dassert(ts.name, {'Dora'; 'The'; 'Explorer'});
%$ t(3) = size(ts.name, 1)==3;
%$ t(4) = size(ts.name, 2)==1;
%$ end %$ end
%$ %$
%$ T = all(t); %$ T = all(t);
......
...@@ -96,9 +96,7 @@ end ...@@ -96,9 +96,7 @@ end
%$ end %$ end
%$ %$
%$ if t(1) %$ if t(1)
%$ t(2) = dassert(ts.tex,{'Output','\\Delta Y_t','\\theta_{-1}'}); %$ t(2) = dassert(ts.tex,{'Output';'\\Delta Y_t';'\\theta_{-1}'});
%$ t(3) = size(ts.tex, 1)==3;
%$ t(3) = size(ts.tex, 2)==1;
%$ end %$ end
%$ %$
%$ T = all(t); %$ T = all(t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment