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

Commit

Permalink
trac #13518 review commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Jun 29, 2015
1 parent 9ce7fbc commit 3577e02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sage/modular/local_comp/type_space.py
Expand Up @@ -367,9 +367,8 @@ def minimal_twist(self):
Test that :trac:`13158` is fixed::
sage: from sage.modular.local_comp.type_space import TypeSpace
sage: f=Newforms(256,names='a')[0]
sage: T=TypeSpace(f,2)
sage: f = Newforms(256,names='a')[0]
sage: T = TypeSpace(f,2)
sage: g = T.minimal_twist(); g
q - a*q^3 + O(q^6)
sage: g.level()
Expand Down

0 comments on commit 3577e02

Please sign in to comment.