[med-svn] [praat] 03/07: d/p/fix-pca-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 cf28c0dc50d4060704dba8b1d0d08fdb58b837c2
Author: Rafael Laboissiere <rafael at debian.org>
Date: Fri Nov 17 19:45:11 2017 -0200
d/p/fix-pca-unit-test.patch: Drop patch (applied upstream)
---
debian/patches/fix-pca-unit-test.patch | 19 -------------------
debian/patches/series | 1 -
2 files changed, 20 deletions(-)
diff --git a/debian/patches/fix-pca-unit-test.patch b/debian/patches/fix-pca-unit-test.patch
deleted file mode 100644
index 12a5450..0000000
--- a/debian/patches/fix-pca-unit-test.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix PCA unit test
- For some unknown reason, the unit test test_angle_between_planes.praat
- fails when the angle of rotation is 0. This is fixed by making the
- random choice for the angle parameter start from 1 instead of 0.
-Author: Rafael Laboissiere <rafael at debian.org>
-Forwarded: https://github.com/praat/praat/issues/486
-Last-Update: 2017-10-07
-
---- praat-6.0.33.orig/dwtest/test_angle_between_planes.praat
-+++ praat-6.0.33/dwtest/test_angle_between_planes.praat
-@@ -3,7 +3,7 @@
-
- printline test_angle_between_planes.praat
- for i to 200
-- hoek = randomInteger (0,90)
-+ hoek = randomInteger (1,90)
- nrow = randomInteger (10,1000)
- call test hoek nrow 3
- endfor
diff --git a/debian/patches/series b/debian/patches/series
index dbb5fad..ca6e65f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,5 @@
use-ldflags.patch
remove-time-date-macros.patch
-fix-pca-unit-test.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