From f737c011b83a61bc9137fd24f6794e7d8cf714f1 Mon Sep 17 00:00:00 2001 From: Roman Tolchenov Date: Fri, 6 Mar 2015 15:04:27 +0000 Subject: [PATCH] Re #11131. Fix a test. --- Code/Mantid/Framework/CurveFitting/test/ChebfunBaseTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/CurveFitting/test/ChebfunBaseTest.h b/Code/Mantid/Framework/CurveFitting/test/ChebfunBaseTest.h index 6e09f3c68f77..ab6c4e4ad037 100644 --- a/Code/Mantid/Framework/CurveFitting/test/ChebfunBaseTest.h +++ b/Code/Mantid/Framework/CurveFitting/test/ChebfunBaseTest.h @@ -158,7 +158,7 @@ class ChebfunBaseTest : public CxxTest::TestSuite { void test_roots_SinCos() { - do_test_roots(SinCos,-M_PI,M_PI,2, 1e-10); + do_test_roots(SinCos,-M_PI,M_PI,2, 1e-5); } private: