Closed rharron closed 11 years ago
It seems like the action for higher weight is not working!! I just compared the output of the current code to the output of the really old code and even for the simple distribution (1, 0, 0, ..., 0), the action is different!
sage: DD = FamiliesOfOverconvergentDistributions(2, base_coeffs=ZpCA(11, 4), prec_cap=[4,4]) sage: MM = FamiliesOfOMS(11, 2, coefficients=DD) sage: Phis = MM.random_element() ValueError: Family of distribution must have total measure 0 to be in image of difference operator.
I don't really see what's going wrong here...