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

Added unitary test for dynSeries class.

parent ddddb5ad
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,18 @@ end
%@test:1
%$ % Test if we can instantiate an empty dynSeries object.
%$ try
%$ ts = dynSeries();
%$ t(1) = 1;
%$ catch
%$ t(1) = 0;
%$ end
%$ disp('coucou')
%$ T = all(t);
%@eof:1
%@test:2
%$ addpath ../matlab
%$ % Define a data set.
%$ A = transpose(1:10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment