lalitkumarj / OMSCategory

Sage Category implementation of OMS
1 stars 1 forks source link

Random families broken for odd weights #66

Open rharron opened 10 years ago

rharron commented 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

rpollack9974 commented 10 years ago

A) I just tried this code and it worked fine.

B) But this example isn't in odd weight!!!