roed314 / OMS

Converting Rob Pollack's overconvergent modular symbols .sage code to .py and putting it in Sage
4 stars 4 forks source link

is_zero not working for distributions #40

Open rpollack9974 opened 11 years ago

rpollack9974 commented 11 years ago

sage: D = Distributions(0,11,5,base=Qp(11)) sage: mu = D([0,0]) sage: mu 11^2 * () sage: mu.is_zero() ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (1926, 0))

ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (1300, 0))


IndexError Traceback (most recent call last)