Skip to content

Commit 920d48d

Browse files
committed
fix doctest
1 parent d9a0273 commit 920d48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/types/acb_theta.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def acb_theta(acb_mat z, acb_mat tau, ulong square=False):
1616
1717
This should be used via the method :meth:`.acb_mat.theta`, explicitly ``tau.theta(z)``.
1818
19-
>>> from flint import acb, acb_mat, showgood
19+
>>> from flint import acb, acb_mat, showgood, ctx
2020
>>> z = acb(1+1j); tau = acb(1.25+3j)
2121
>>> t0, t1, t2, t3 = acb_mat([[tau]]).theta(acb_mat([[z]])).entries()
2222
>>> sum([abs(x) for x in acb_mat([z.modular_theta(tau)]) - acb_mat([[-t3,t2,t0,t1]])])

0 commit comments

Comments
 (0)