[med-svn] [praat] 05/07: d/p/fix-procrustes-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 e16f384963c2e31cbead595dc845c14521312439
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri Nov 17 19:53:46 2017 -0200

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

diff --git a/debian/patches/fix-procrustes-unit-test.patch b/debian/patches/fix-procrustes-unit-test.patch
deleted file mode 100644
index 22044b6..0000000
--- a/debian/patches/fix-procrustes-unit-test.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Fix unit test in test_Procrustes
- The unit test in file dwtest/test_Procrustes.praat is failing
- randomly, because the initial date is chosen by using a random number
- generator.  The problem is fixed by multiplying by 10 the tolerance
- used in the asseriton command.  This is not very principled, but
- seems to drastically reduce the incidence of the error.
-Author: Rafael Laboissiere <rafael at debian.org>
-Forwarded: https://github.com/praat/praat/issues/495
-Last-Update: 2017-10-15
-
---- praat-6.0.34.orig/dwtest/test_Procrustes.praat
-+++ praat-6.0.34/dwtest/test_Procrustes.praat
-@@ -107,7 +107,7 @@ procedure test_procrustes_random_configu
- 		Rename... X_Yi
- 		# no need to test the translations, they need not be equal (see BG page 347)
- 		sp = Get scale
-- 		assert abs(scale - sp) < .eps; scale
-+		assert abs(scale - sp) < 10 * .eps; scale
-   
- 		#   printline o.k.: nr='nr', nc='nc', alpha='alpha' degrees, scale='scale', t=('t1', 't2')
-  		nr *= 2
diff --git a/debian/patches/series b/debian/patches/series
index 3e6055d..32c709b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 use-ldflags.patch
 remove-time-date-macros.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