[Pkg-octave-commit] [octave-splines] 02/03: d/p/relax-tps-val-unit-test.patch: drop patch, applied upstream.

Sébastien Villemot sebastien at debian.org
Sat May 28 15:29:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave-splines.

commit 216a192e2f465e430d0d8b1ac7e5cd7369ec4332
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat May 28 17:22:19 2016 +0200

    d/p/relax-tps-val-unit-test.patch: drop patch, applied upstream.
---
 debian/patches/relax-tps-val-unit-test.patch | 21 ---------------------
 debian/patches/series                        |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/relax-tps-val-unit-test.patch b/debian/patches/relax-tps-val-unit-test.patch
deleted file mode 100644
index d62c60d..0000000
--- a/debian/patches/relax-tps-val-unit-test.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Fix failing unit test for the tps_val function
- All unit tests worked correctly in version 1.2.8 of the package, but
- one of the unit tests for tpsval fails in version 1.2.9.
- Essentially, it relaxes the tolerance for the call to assert when
- comparing the output values produced by both tpaps and tps_val.
-Author: Rafael Laboissiere <rafael at laboissiere.net>
-Bug: https://savannah.gnu.org/bugs/index.php?46644
-Forwarded: not-needed
-Last-Update: 2015-12-09
-
---- octave-splines-1.2.9.orig/inst/tps_val.m
-+++ octave-splines-1.2.9/inst/tps_val.m
-@@ -79,7 +79,7 @@ endfunction
- %!shared x,y,c,xi
- %! x = ([1:10 10.5 11.3])'; y = sin(x);
- %! c = tpaps(x,y,1);
--%!assert (tpaps(x,y,1,x), tps_val(x,c,x));
-+%!assert (tpaps(x,y,1,x), tps_val(x,c,x), 100*eps);
- %! x = rand(100, 2)*2 - 1; 
- %! y = x(:, 1) .^ 2 + x(:, 2) .^ 2;
- %! c = tpaps(x,y,1);
diff --git a/debian/patches/series b/debian/patches/series
index eab511a..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-relax-tps-val-unit-test.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-splines.git



More information about the Pkg-octave-commit mailing list