1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Transform statistical unit test in fatmarching.m into xtest
Author: Rafael Laboissiere <rafael@debian.org>
Forwarded: https://savannah.gnu.org/bugs/index.php?54585
Last-Update: 2018-08-28
--- octave-level-set-0.3.0.orig/inst/fastmarching.m
+++ octave-level-set-0.3.0/inst/fastmarching.m
@@ -302,7 +302,7 @@ endfunction
%! assert (u, uExpected, sqrt (eps));
% Estimate the runtime complexity.
-%!test
+%!xtest
%! ns = [101, 201, 501, 1001, 2001];
%! realNs = NA (size (ns));
%! times = NA (size (ns));
|