The p_stabilize method forgets the character of a symbol:
sage: chi = DirichletGroup(24)([-1, -1, -1])
sage: f = Newforms(chi,names='a')[0]
sage: phi = f.PS_modular_symbol()
sage: phi11, h11 = phi.completions(11,8)[0]
sage: phi11.hecke(3) == h11(phi.Tq_eigenvalue(3))*phi11
True # good so far
sage: phi11s.is_Tq_eigensymbol(11)
False # should be True
This is independent of #31; that issue only concerns characters with values in field extensions, whereas in the example above the character is QQ-valued.
The p_stabilize method forgets the character of a symbol:
This is independent of #31; that issue only concerns characters with values in field extensions, whereas in the example above the character is QQ-valued.