Skip to content

Commit b75c478

Browse files
committed
src/sage/modular/pollack_stevens: add "needs sage.libs.eclib"
Many examples in these modules require "needs sage.libs.eclib" to pass when eclib is not installed (or was disabled).
1 parent 75a801c commit b75c478

File tree

5 files changed

+113
-51
lines changed

5 files changed

+113
-51
lines changed

src/sage/modular/pollack_stevens/fund_domain.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,7 @@ def prep_hecke_on_gen(self, l, gen, modulus=None):
14481448
14491449
EXAMPLES::
14501450
1451+
sage: # needs sage.libs.eclib
14511452
sage: E = EllipticCurve('11a')
14521453
sage: phi = E.pollack_stevens_modular_symbol()
14531454
sage: phi.values()
@@ -1518,6 +1519,7 @@ def prep_hecke_on_gen_list(self, l, gen, modulus=None):
15181519
15191520
EXAMPLES::
15201521
1522+
sage: # needs sage.libs.eclib
15211523
sage: E = EllipticCurve('11a')
15221524
sage: phi = E.pollack_stevens_modular_symbol()
15231525
sage: phi.values()

src/sage/modular/pollack_stevens/manin_map.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
1111
EXAMPLES::
1212
13+
sage: # needs sage.libs.eclib
1314
sage: E = EllipticCurve('11a')
1415
sage: phi = E.pollack_stevens_modular_symbol()
1516
sage: phi
@@ -779,6 +780,7 @@ def hecke(self, ell, algorithm='prep'):
779780
780781
EXAMPLES::
781782
783+
sage: # needs sage.libs.eclib
782784
sage: E = EllipticCurve('11a')
783785
sage: phi = E.pollack_stevens_modular_symbol()
784786
sage: phi.values()
@@ -831,6 +833,7 @@ def p_stabilize(self, p, alpha, V):
831833
832834
EXAMPLES::
833835
836+
sage: # needs.sage.libs.eclib
834837
sage: E = EllipticCurve('11a')
835838
sage: phi = E.pollack_stevens_modular_symbol()
836839
sage: f = phi._map

0 commit comments

Comments
 (0)