Open rharron opened 10 years ago
For example:
MM = FamiliesOfOMS(11, 0, sign=-1, p=3, prec_cap=[5, 5], base_coeffs=Qp(3, 8)) Phis = MM.random_element() Phis._consistency_check()
gives
ValueError: Does not add up correctly around loop
A) I just tried this code and it worked fine.
B) But this example isn't in odd weight!!!
For example:
MM = FamiliesOfOMS(11, 0, sign=-1, p=3, prec_cap=[5, 5], base_coeffs=Qp(3, 8)) Phis = MM.random_element() Phis._consistency_check()
gives
ValueError: Does not add up correctly around loop