[shark] 03/06: silenced test for debian arm* mips*

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Aug 8 08:29:09 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 836fa910a870442d6bf3c998ab52ca2d2b267e5d
Author: Oswin Krause <oswin.krause at di.ku.dk>
Date:   Wed May 18 17:46:59 2016 +0200

    silenced test for debian arm* mips*
---
 Test/ObjectiveFunctions/EpsilonHingeLoss.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Test/ObjectiveFunctions/EpsilonHingeLoss.cpp b/Test/ObjectiveFunctions/EpsilonHingeLoss.cpp
index b9cefac..a532452 100644
--- a/Test/ObjectiveFunctions/EpsilonHingeLoss.cpp
+++ b/Test/ObjectiveFunctions/EpsilonHingeLoss.cpp
@@ -35,12 +35,12 @@ BOOST_AUTO_TEST_CASE( EPSILONHINGELOSS_EVAL ) {
 
 		//test eval
 		double value = loss.eval(testLabel,testPoint);
-		BOOST_CHECK_SMALL(value-valueResult, 1.e-13);
+		BOOST_CHECK_SMALL(value-valueResult, 1.e-12);
 		
 		//test evalDerivative (first)
 		RealMatrix derivative;
 		value = loss.evalDerivative(testLabel, testPoint, derivative);
-		BOOST_CHECK_SMALL(value - valueResult, 1.e-13);
+		BOOST_CHECK_SMALL(value - valueResult, 1.e-12);
 		BOOST_REQUIRE_EQUAL(derivative.size1(), 5);
 		BOOST_REQUIRE_EQUAL(derivative.size2(), dim);
 		

-- 
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