Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sébastien Villemot
dseries
Commits
bbb133b9
Commit
bbb133b9
authored
Jul 13, 2018
by
Stéphane Adjemian
Browse files
Fixed unit tests.
parent
97b8749f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/@dseries/rename_.m
View file @
bbb133b9
...
...
@@ -107,9 +107,7 @@ end
%$ end
%$
%$ if t(1)
%$ t(2) = dassert(ts.name, {'Dora', 'The', 'Explorer'});
%$ t(3) = size(ts.name, 1)==3;
%$ t(4) = size(ts.name, 2)==1;
%$ t(2) = dassert(ts.name, {'Dora'; 'The'; 'Explorer'});
%$ end
%$
%$ T = all(t);
...
...
src/@dseries/tex_rename_.m
View file @
bbb133b9
...
...
@@ -96,9 +96,7 @@ end
%$ end
%$
%$ if t(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;
%$ t(2) = dassert(ts.tex,{'Output';'\\Delta Y_t';'\\theta_{-1}'});
%$ end
%$
%$ T = all(t);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment