There was an error while loading. Please reload this page.
2 parents 46cecef + dcd90bd commit eff5e38Copy full SHA for eff5e38
1 file changed
tests/xsf_tests/test_hypergeometric.cpp
@@ -8,7 +8,7 @@
8
TEST_CASE("hyp2f1(-1, b, c, z) / gh-4446", "[hyp2f1][xsf_tests]") {
9
constexpr double rtol = 1e-14;
10
constexpr double atol = 1e-14; // absolute tolerance
11
- constexpr int size = 201;
+ constexpr int size = 41;
12
constexpr double start = -10.0;
13
constexpr double end = 10.0;
14
0 commit comments