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

Removed one unit test from Octave testsuite.

(cherry picked from commit 9d01b17e)
parent 56cdc3e5
Branches
Tags
No related merge requests found
......@@ -135,10 +135,14 @@ end
%@eof:2
%@test:3
%$ t = zeros(3,1);
%$ t(1) = dassert(corr(5), NaN);
%$ t(2) = dassert(corr([1 2 3],5),NaN(3,1));
%$ t(3) = dassert(corr(5,[1 2 3]),NaN(1,3));
%$ if ~isoctave()
%$ t = zeros(3,1);
%$ t(1) = dassert(corr(5), NaN);
%$ t(2) = dassert(corr([1 2 3],5),NaN(3,1));
%$ t(3) = dassert(corr(5,[1 2 3]),NaN(1,3));
%$ else
%$ t = 1;
%$ end
%$ T = all(t);
%@eof:3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment