File: xtest-fastmarching.patch

package info (click to toggle)
octave-level-set 0.3.1~git.2019.04.13-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,212 kB
  • sloc: cpp: 1,840; makefile: 34; sh: 20
file content (16 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (5)
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));