[shark] 01/06: silence tests on debian arm* mips* platforms

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Aug 8 08:29:08 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository shark.

commit 18411df1528cec8bed1224e842a8a1d2c9924230
Author: Oswin Krause <oswin.krause at di.ku.dk>
Date:   Wed May 18 17:41:56 2016 +0200

    silence tests on debian arm* mips* platforms
---
 Test/Core/Math.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Test/Core/Math.cpp b/Test/Core/Math.cpp
index 4011de2..a4953a9 100644
--- a/Test/Core/Math.cpp
+++ b/Test/Core/Math.cpp
@@ -49,7 +49,7 @@ BOOST_AUTO_TEST_CASE(Math_Trigamma_Random)
 {
 	std::size_t numTrials = 1000;
 	double epsilon = 1.e-8;
-	double maxError = 1.e-6;
+	double maxError = 1.e-5;
 	for(std::size_t trial = 0; trial != numTrials; ++trial){
 		double x = Rng::uni(0,5);
 		double y=trigamma(x);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list