Closed rpollack9974 closed 11 years ago
Yeah, I'm in the middle of updating the families code with the recent changes we've made to the non-families code, so I would expect it to fail most of the time.
Still crashing on my computer:
sage: sage: from sage.modular.pollack_stevens.modsym_OMS_families_space import FamiliesOfOMS sage: sage: from sage.modular.pollack_stevens.coeffmod_OMS_families_space import FamiliesOfOverconvergentDistributions sage: sage: p = 11 sage: sage: DD = FamiliesOfOverconvergentDistributions(0, base_coeffs=ZpCA(p, 6), prec_cap=[6,4]) sage: sage: MM = FamiliesOfOMS(11, 0, coefficients=DD) sage: sage: MMR = MM.source() sage:
TypeError Traceback (most recent call last)
Well, I just fixed that bug, but there are probably others since I haven't yet made it to fixing up the random families code. One thing that needs to be figured out before I can rewrite this function is the valuation (or an upper bound on it) of K[0] - 1 or K[1] as the case may be. Can you look into this Rob?
will do.
see issue #39
The bugs here have been fixed, so closing.
Just started peeking at the families code -- not sure of the syntax yet, but this was copied from Examples.sage and failed.
sage: from sage.modular.pollack_stevens.modsym_OMS_families_space import FamiliesOfOMS sage: from sage.modular.pollack_stevens.coeffmod_OMS_families_space import FamiliesOfOverconvergentDistributions sage: p = 11 sage: DD = FamiliesOfOverconvergentDistributions(0, base_coeffs=ZpCA(p, 6), prec_cap=[6,4]) sage: MM = FamiliesOfOMS(11, 0, coefficients=DD) sage: MMR = MM.source()
sage: Phis = MM.random_element()
TypeError Traceback (most recent call last)