-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Milestone
Description
sage: from sage.modular.modform_hecketriangle.space import CuspForms
sage: MF = CuspForms(n=infinity, k=16)
sage: MF.category().base_ring()
Fraction Field of Univariate Polynomial Ring in d over Integer Ring
sage: MF.base_ring()
Integer Ring
The fact that these are different causes trouble:
sage: MF in MF.category()
False
CC: @jjermann
Component: modular forms
Keywords: sd86.5
Author: David Roe
Branch/Commit: 906d5b2
Reviewer: Julian Rüth
Issue created by migration from https://trac.sagemath.org/ticket/23201