Skip to content

Commit e2723f0

Browse files
committed
src/sage/lfunctions/zero_sums.pyx: add "needs sage.libs.eclib"
One example in this file needs "needs sage.libs.eclib"
1 parent bdf25ff commit e2723f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/lfunctions/zero_sums.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ cdef class LFunctionZeroSum_EllipticCurve(LFunctionZeroSum_abstract):
16241624
0
16251625
16261626
sage: E = EllipticCurve([-39,123])
1627-
sage: E.rank()
1627+
sage: E.rank() # needs sage.libs.eclib
16281628
1
16291629
sage: Z = LFunctionZeroSum(E)
16301630
sage: Z.analytic_rank_upper_bound(max_Delta=1)

0 commit comments

Comments
 (0)