Skip to content

Commit eff5e38

Browse files
authored
Merge pull request #230 from scipy/lucascolley-patch-1
TST: speed up hyp2f1 test
2 parents 46cecef + dcd90bd commit eff5e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/xsf_tests/test_hypergeometric.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
TEST_CASE("hyp2f1(-1, b, c, z) / gh-4446", "[hyp2f1][xsf_tests]") {
99
constexpr double rtol = 1e-14;
1010
constexpr double atol = 1e-14; // absolute tolerance
11-
constexpr int size = 201;
11+
constexpr int size = 41;
1212
constexpr double start = -10.0;
1313
constexpr double end = 10.0;
1414

0 commit comments

Comments
 (0)