[med-svn] [praat] 04/07: d/p/fix-polynomial-unit-test.patch: Drop patch (applied upstream)

Rafael Laboissiere rafael at debian.org
Sun Nov 19 22:06:33 UTC 2017


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

rafael pushed a commit to branch master
in repository praat.

commit cf3735662a355383e1b6a69b1618320a9e98117e
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri Nov 17 19:52:59 2017 -0200

    d/p/fix-polynomial-unit-test.patch: Drop patch (applied upstream)
---
 debian/patches/fix-polynomial-unit-test.patch | 22 ----------------------
 debian/patches/series                         |  1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/fix-polynomial-unit-test.patch b/debian/patches/fix-polynomial-unit-test.patch
deleted file mode 100644
index bc37cf9..0000000
--- a/debian/patches/fix-polynomial-unit-test.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: "Fix" unit test that fails randomly
- One of the unit tests in file dwtest/test_Polynomial.praat fails
- randomly.  This is due to the use of a ranfom number generator to
- initialize some variables.  The soulution found (increase the value
- of .eps2 from 1e-6 to 1e-4) is not fully appropriate, but seems to
- drastically reduce the chances of failure.
-Author: Rafael Laboissiere <rafael at debian.org>
-Bug: https://github.com/praat/praat/issues/492
-Forwarded: not-needed
-Last-Update: 2017-10-14
-
---- praat-6.0.34.orig/dwtest/test_Polynomial.praat
-+++ praat-6.0.34/dwtest/test_Polynomial.praat
-@@ -13,7 +13,7 @@ procedure test_roots
- 	# be too strict in checking the differences between generated and 
- 	# measured roots
- 	.eps1 = 1e-6
--	.eps2 = 1e-6
-+	.eps2 = 1e-4
- 	printline ...Roots
- 	for .i to 20
- 		.numberOfRoots = randomInteger (2, 10)
diff --git a/debian/patches/series b/debian/patches/series
index ca6e65f..3e6055d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 use-ldflags.patch
 remove-time-date-macros.patch
-fix-polynomial-unit-test.patch
 fix-procrustes-unit-test.patch
 fix-gsl-unit-test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git



More information about the debian-med-commit mailing list