Closed rpollack9974 closed 11 years ago
Do you mean to say it's not working at the prime 2? Or negative weight?
good question! I think both simultaneously is bad. I just tried p=11 and negative weights and it seemed ok.
I'd be surprised at this point if p=2 worked...
Sorry...this has nothing to do with p=2. I'll close and try again.
sage: D = OverconvergentDistributions(-2,base=Qp(2,10)) sage: MS = OverconvergentModularSymbols(2,coefficients=D) sage: Phi = MS.random_element() sage: Phi._consistency_check() 2 * (2^3 + 2^4 + 2^5 + 2^6 + 2^7 + 2^8 + O(2^9), 1 + 2^2 + 2^3 + 2^4 + 2^5 + 2^7 + O(2^8), 1 + 2^3 + 2^6 + O(2^7), 1 + 2^2 + 2^5 + O(2^6), 1 + 2^2 + 2^3 + O(2^5), 2^2 + O(2^4), 2^2 + O(2^3), 2 + O(2^2), 1 + O(2))
2 * (O(2^9), 1 + 2^2 + 2^6 + 2^7 + O(2^8), 1 + 2^2 + 2^4 + 2^6 + O(2^7), 1 + 2 + 2^4 + 2^5 + O(2^6), 1 + 2^2 + 2^3 + 2^4 + O(2^5), 2 + 2^2 + O(2^4), O(2^3), O(2^2), 1 + O(2))
ValueError Traceback (most recent call last)