diff --git a/test/test_autodiff_5.cpp b/test/test_autodiff_5.cpp index 4681e1a531..8c875c31f5 100644 --- a/test/test_autodiff_5.cpp +++ b/test/test_autodiff_5.cpp @@ -59,10 +59,10 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(chebyshev_hpp, T, all_float_types) { BOOST_CHECK_CLOSE( boost::math::chebyshev_t(n, make_fvar(x)).derivative(0u), boost::math::chebyshev_t(n, x), 40 * test_constants::pct_epsilon()); - + // Lower accuracy with clang/apple: BOOST_CHECK_CLOSE( boost::math::chebyshev_u(n, make_fvar(x)).derivative(0u), - boost::math::chebyshev_u(n, x), 40 * test_constants::pct_epsilon()); + boost::math::chebyshev_u(n, x), 80 * test_constants::pct_epsilon()); BOOST_CHECK_CLOSE( boost::math::chebyshev_t_prime(n, make_fvar(x)).derivative(0u),