From d103e457be13d2f217e84f8bd25afabb656f76cc Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 19 Jan 2014 16:50:11 +0000 Subject: [PATCH] Set error rates for Bessel I derivative tests. --- test/test_bessel_i_derivative.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_bessel_i_derivative.cpp b/test/test_bessel_i_derivative.cpp index a54a09a81..119240270 100644 --- a/test/test_bessel_i_derivative.cpp +++ b/test/test_bessel_i_derivative.cpp @@ -94,7 +94,7 @@ void expected_results() ".*", // platform largest_type, // test type(s) ".*I'v.*Mathworld.*", // test data group - ".*", 3000, 1000); // test function + ".*", 4000, 2000); // test function add_expected_result( ".*", // compiler ".*", // stdlib @@ -115,7 +115,7 @@ void expected_results() ".*", // platform "real_concept", // test type(s) ".*I'v.*Mathworld.*", // test data group - ".*", 3000, 1000); // test function + ".*", 4000, 2000); // test function add_expected_result( ".*", // compiler ".*", // stdlib