Skip to content

Commit 4d22d95

Browse files
author
Jake Moss
committed
Skip arb.hypgeom_2f1 non-convergence doctest
1 parent 703e0dc commit 4d22d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/types/arb.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2268,7 +2268,7 @@ cdef class arb(flint_scalar):
22682268
>>> from flint import showgood
22692269
>>> showgood(lambda: arb("9/10").hypgeom_2f1(arb(2).sqrt(), 0.5, arb(2).sqrt()+1.5, abc=True), dps=25)
22702270
1.447530478120770807945697
2271-
>>> showgood(lambda: arb("9/10").hypgeom_2f1(arb(2).sqrt(), 0.5, arb(2).sqrt()+1.5), dps=25)
2271+
>>> showgood(lambda: arb("9/10").hypgeom_2f1(arb(2).sqrt(), 0.5, arb(2).sqrt()+1.5), dps=25) # doctest: +SKIP
22722272
Traceback (most recent call last):
22732273
...
22742274
ValueError: no convergence (maxprec=960, try higher maxprec)

0 commit comments

Comments
 (0)