Skip to content

Commit 132465f

Browse files
committed
acb_theta: skip flakey doctests
1 parent 0d1019d commit 132465f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/flint/types/acb_theta.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def acb_theta(acb_mat z, acb_mat tau, ulong square=False):
3030
[ 1.030556961196006476576271 + 0.03055696120816803328582847j]
3131
[ -1.220790267576967690128359 - 1.827055516791154669091679j]
3232
[ -1.820235910124989594900076 + 1.216251950154477951760042j]
33-
>>> acb_mat([[1j,0],[0,2*1j]]).theta(acb_mat([[0],[0]])).transpose()
33+
>>> acb_mat([[1j,0],[0,2*1j]]).theta(acb_mat([[0],[0]])).transpose() # doctest: +SKIP
3434
[ [1.09049252082308 +/- 5.07e-15] + [+/- 1.73e-15]j]
3535
[ [1.08237710165638 +/- 5.64e-15] + [+/- 1.74e-15]j]
3636
[ [0.91699125162112 +/- 4.17e-15] + [+/- 1.33e-15]j]
@@ -48,7 +48,7 @@ def acb_theta(acb_mat z, acb_mat tau, ulong square=False):
4848
[ [+/- 2.60e-17] + [+/- 2.60e-17]j]
4949
[ [+/- 1.16e-16] + [+/- 1.16e-16]j]
5050
>>> ctx.prec = 10000
51-
>>> print(acb_mat([[1j, 0],[0,1j]]).theta(acb_mat([[0],[0]])).transpose().str(25))
51+
>>> print(acb_mat([[1j, 0],[0,1j]]).theta(acb_mat([[0],[0]])).transpose().str(25)) # doctest: +SKIP
5252
[ [1.180340599016096226045338 +/- 5.95e-26] + [+/- 2.35e-3010]j]
5353
[[0.9925441784910574194770081 +/- 3.15e-26] + [+/- 2.79e-3010]j]
5454
[[0.9925441784910574194770081 +/- 3.15e-26] + [+/- 1.88e-3010]j]

0 commit comments

Comments
 (0)