Skip to content

Commit 810bb4a

Browse files
committed
src/sage/modular/modform/element.py: add "needs sage.libs.eclib"
One example in this file requires "needs sage.libs.eclib" to pass when eclib is not installed (or is disabled).
1 parent 4f0d18a commit 810bb4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/modular/modform/element.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ def period(self, M, prec=53):
926926
These can be used to express the periods of `f` as exact
927927
linear combinations of the real and the imaginary period of `E`::
928928
929+
sage: # needs sage.libs.eclib
929930
sage: s = E.modular_symbol(sign=+1)
930931
sage: t = E.modular_symbol(sign=-1, implementation='sage')
931932
sage: s(3/11), t(3/11)

0 commit comments

Comments
 (0)