Skip to content

Commit 7372d71

Browse files
authored
TST: bump tolerance on TestHyp2f1.test_region3[hyp2f1_test_case23] (scipy#22364)
1 parent 83e59a9 commit 7372d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/special/tests/test_hyp2f1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ def test_region2(self, hyp2f1_test_case):
11351135
c=8.5,
11361136
z=(0.7368421052631575+0.5263157894736841j),
11371137
expected=(6.468457061368628+24.190040684917374j),
1138-
rtol=5e-16,
1138+
rtol=6e-16,
11391139
),
11401140
),
11411141
pytest.param(

0 commit comments

Comments
 (0)