See attached patch to fix problem below... On Dec 23, 2007 8:52 AM, Robert Miller <[EMAIL PROTECTED]> wrote: > > OK, I've fixed the mwrank issues, so const.tex is the only thing left. > The error: > sage: show(line([zeta(1/2 + k*I/6) for k in range(180)]), > rgbcolor=(3/4,1/2,5/8)) > --------------------------------------------------------------------------- > <type 'exceptions.TypeError'> Traceback (most recent call > last) > > /home/rlmill/release/sage-2.9.1.rc3/<ipython console> in <module>() > > /home/rlmill/release/sage-2.9.1.rc3/local/lib/python2.5/site-packages/ > sage/plot/plot.py in __call__(self, points, coerce, **kwds) > 1705 if coerce: > 1706 for z in points: > -> 1707 if len(z) == 3: > 1708 return self._graphic3d()(points, > coerce=coerce, **kwds) > 1709 xdata.append(float(z[0])) > > <type 'exceptions.TypeError'>: object of type > 'sage.rings.complex_number.ComplexNumber' has no len() > > > > On Dec 23, 10:34 am, Robert Miller <[EMAIL PROTECTED]> wrote: > > Testall on sage.math: > > > > Following tests failed: > > sage -t const.tex > > > > sage -t devel/sage-main/sage/libs/mwrank/mwrank.pyx > > sage -t devel/sage-main/sage/libs/mwrank/interface.py > > sage -t devel/sage-main/sage/schemes/elliptic_curves/ > > ell_rational_field.py > > sage -t devel/sage-main/sage/schemes/elliptic_curves/sha.py > > sage -t devel/sage-main/sage/schemes/elliptic_curves/padic_lseries.py > > sage -t devel/sage-main/sage/schemes/elliptic_curves/padics.py > > sage -t devel/sage-main/sage/schemes/elliptic_curves/lseries_ell.py > > > > 'str' object not callable is a common theme to these... > > >
-- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
7837.patch
Description: Binary data