Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
partially make modular fuzz ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Jun 24, 2020
1 parent 1d7b00e commit 48456b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/modular/local_comp/type_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def minimal_twist(self):
sage: f = Newforms(256,names='a')[0]
sage: T = TypeSpace(f,2)
sage: g = T.minimal_twist(); g
sage: g = T.minimal_twist(); g # random # not unique
q - a*q^3 + O(q^6)
sage: g.level()
64
Expand Down

0 comments on commit 48456b4

Please sign in to comment.