Skip to content

Commit

Permalink
Add release3 reference result for use with testreport_ecco.m + add bu…
Browse files Browse the repository at this point in the history
…ild to .gitignore
  • Loading branch information
gaelforget committed Apr 4, 2018
1 parent 80e77bd commit 3e86bf4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docs/_build
build
9 changes: 9 additions & 0 deletions results_itXX/testreport_ecco.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,22 @@
return;
end;

if isempty(which('nansum'));
wrnng=sprintf(['The NaN-function suite (nansum.m, etc.) appears to be missing. It can be \n' ...
'added as part of the statistics or downloaded from the matlabcentral file \n' ...
'exchange or http://freesourcecode.net/matlabprojects/57491/nan-suite-in-matlab']);
%warning(wrnng); error('missing nansum.m, etc. (see above warning');
error(wrnng);
end;

if nargin==1;
dirRun=mytest;
mytest0=testreport_ecco([],'release1'); mytest0.info.interactive=0;%initialization
mytest=testreport_ecco(mytest0,'release1',[-1:4],dirRun,1);%compute the tests
testreport_ecco(mytest,'release1');%display the results
testreport_ecco(mytest,'baseline1');%display the results
testreport_ecco(mytest,'baseline2');%display the results
testreport_ecco(mytest,'release3');%display the results
nmOut=input('\nPlease type experiment name (e.g. \n ''myRun'') to save the result of \n testreport\_ecco (or hit return to skip)\n');
if ~isempty(nmOut); testreport_write(mytest,nmOut); end;
return;
Expand Down
Binary file added results_itXX/testreport_release3.mat
Binary file not shown.

0 comments on commit 3e86bf4

Please sign in to comment.