diff --git a/src/@dseries/subsasgn.m b/src/@dseries/subsasgn.m index bef5b4527efa1f726aa005a17592f634e328ca0a..aee652d9005139b5ec46f493652856db59102261 100644 --- a/src/@dseries/subsasgn.m +++ b/src/@dseries/subsasgn.m @@ -509,14 +509,6 @@ end %@test:10 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Define a datasets. %$ A = rand(10,3); B = rand(10,3); %$ @@ -546,14 +538,6 @@ end %@eof:10 %@test:11 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Define a datasets. %$ A = rand(10,3); B = rand(10,5); %$ @@ -580,14 +564,6 @@ end %@eof:11 %@test:12 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Define a datasets. %$ A = rand(40,3); B = rand(40,1); %$ @@ -622,14 +598,6 @@ end %@eof:12 %@test:13 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Define a datasets. %$ A = rand(40,3); B = rand(40,1); %$ @@ -664,14 +632,6 @@ end %@eof:13 %@test:14 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Define a datasets. %$ A = rand(40,3); B = rand(40,1); %$ @@ -703,14 +663,6 @@ end %@eof:14 %@test:15 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Define a datasets. %$ A = rand(40,3); B = rand(40,1); %$ @@ -742,14 +694,6 @@ end %@eof:15 %@test:16 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Define a datasets. %$ A = rand(40,3); B = rand(40,1); %$ @@ -781,14 +725,6 @@ end %@eof:16 %@test:17 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Define a datasets. %$ A = rand(40,3); B = rand(40,1); %$ @@ -820,14 +756,6 @@ end %@eof:17 %@test:18 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Define a datasets. %$ A = rand(40,3); B = rand(40,1); %$ @@ -947,14 +875,6 @@ end %@eof:21 %@test:22 -%$ % Do not run this unit test with octave (bug in Octave's classes) -%$ if isoctave() -%$ t(1) = 1; -%$ T = all(t); -%$ LOG = NaN; -%$ return -%$ end -%$ %$ % Instantiate a dseries object. %$ ts0 = dseries(randn(10,6), '1999y'); %$