Fixed unitary tests. If not specified, the name a variable in a dynSeries object is not '--NaN--' but 'Variable_xx' where x is the number of the variable.

time-shift
Stéphane Adjemian (Charybdis) 2013-09-06 16:24:15 +02:00
parent 7541bb52f5
commit e641cdd455
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ end
%$ A = rand(10,3);
%$
%$ % Define names
%$ A_name = {'A1';'--NA--';'A3'};
%$ A_name = {'A1';'Variable_2';'A3'};
%$
%$ t = zeros(4,1);
%$
@ -91,7 +91,7 @@ end
%$ A = rand(10,3);
%$
%$ % Define names
%$ A_name = {'A1';'--NA--';'A3'};
%$ A_name = {'A1';'Variable_2';'A3'};
%$
%$ t = zeros(4,1);
%$