This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree 1 file changed +4
-10
lines changed
src/sage/modular/modform_hecketriangle
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -214,23 +214,17 @@ def __call__(self, R):
214
214
215
215
sage: F(BaseFacade(ZZ))
216
216
Subspace of dimension 1 of CuspForms(n=4, k=12, ep=1) over Integer Ring
217
- sage: F(BaseFacade(CC))
218
- Traceback (most recent call last):
219
- ...
220
- NotImplementedError
221
- sage: F(CC)
222
- ModularFormsRing(n=4) over Complex Field with 53 bits of precision
217
+ sage: F(BaseFacade(QQ))
218
+ Subspace of dimension 1 of CuspForms(n=4, k=12, ep=1) over Integer Ring
219
+ sage: F(QQ)
220
+ ModularFormsRing(n=4) over Integer Ring
223
221
224
222
sage: ambient_space_functor = FormsSpaceFunctor("holo", group=4, k=0, ep=1)
225
223
sage: F = FormsSubSpaceFunctor(ambient_space_functor, [1])
226
224
sage: F
227
225
FormsSubSpaceFunctor with 1 generator for the ModularFormsFunctor(n=4, k=0, ep=1)
228
226
sage: F(BaseFacade(ZZ))
229
227
Subspace of dimension 1 of ModularForms(n=4, k=0, ep=1) over Integer Ring
230
- sage: F(CC)
231
- Traceback (most recent call last):
232
- ...
233
- NotImplementedError
234
228
"""
235
229
236
230
ambient_space = self ._ambient_space_functor (R )
You can’t perform that action at this time.
0 commit comments