From 08fbd5bb090eba2d207eceb520351eabcfc389fe Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <wjp@usecode.org>
Date: Tue, 17 Oct 2017 21:23:31 +0200
Subject: Slightly increase numerical tolerance of test

---
 tests/test_ParallelBeamLinearKernelProjector2D.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_ParallelBeamLinearKernelProjector2D.cpp b/tests/test_ParallelBeamLinearKernelProjector2D.cpp
index f1fa311..a34c82c 100644
--- a/tests/test_ParallelBeamLinearKernelProjector2D.cpp
+++ b/tests/test_ParallelBeamLinearKernelProjector2D.cpp
@@ -155,7 +155,7 @@ BOOST_AUTO_TEST_CASE( testParallelBeamLinearKernelProjector2D_Rectangles )
 				            pPix[i].m_iIndex / volGeom.getGridColCount(),
 				            iDet,
 				            projGeom.getProjectionAngle(0));
-				BOOST_CHECK_SMALL( pPix[i].m_fWeight - fTest, 0.00037f);
+				BOOST_CHECK_SMALL( pPix[i].m_fWeight - fTest, 0.0004f);
 				fW += pPix[i].m_fWeight;
 			}
 
-- 
cgit v1.2.3