Skip to content
Snippets Groups Projects
Verified Commit 4b21a20c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Do not hide test failures under Octave in @dseries/subsasgn

parent 612ab858
Branches exceptions
No related tags found
No related merge requests found
Pipeline #486 passed with warnings
......@@ -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');
%$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment