Skip to content

Commit

Permalink
Re #11131. Fix a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Mar 6, 2015
1 parent a0623f3 commit f737c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/CurveFitting/test/ChebfunBaseTest.h
Expand Up @@ -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:
Expand Down

0 comments on commit f737c01

Please sign in to comment.