On Mon, Aug 10, 2009 at 3:40 PM, Dr. David Kirkby <david.kir...@onetel.net>wrote:
> > I'm in the process of running the test suite after patching ECL 9.8.1 to > hopefully get rid of those elliptic integral bugs. > > > Some of the failures in the doc tests seem a result of what appears to > me at least to be a 'cleaner' output. > I certainly prefer the new output. Does it mess stuff up elsewhere? William > > > File > > "/export/home/drkirkby/sage/sage-4.1.1.rc0/devel/sage/doc/en/constructions/interface_issues.rst", > line 478: > sage: maxima.eval("f:bessel_y (v, w)") > Expected: > '?%bessel_y(v,w)' > Got: > 'bessel_y(v,w)' > > > > > > > > File > > "/export/home/drkirkby/sage/sage-4.1.1.rc0/devel/sage/doc/en/constructions/interface_issues.rst", > line 482: > sage: maxima.eval("diff (jacobi_sn (u, m), u)") > Expected: > '?%jacobi_cn(u,m)*?%jacobi_dn(u,m)' > Got: > 'jacobi_cn(u,m)*jacobi_dn(u,m)' > > > > > > File > > "/export/home/drkirkby/sage/sage-4.1.1.rc0/devel/sage/doc/fr/tutorial/tour_algebra.rst", > line 389: > sage: maxima.eval("f:bessel_y(v, w)") > Expected: > '?%bessel_y(v,w)' > Got: > 'bessel_y(v,w)' > > > > File > > "/export/home/drkirkby/sage/sage-4.1.1.rc0/devel/sage/doc/fr/tutorial/tour_algebra.rst", > line 391: > sage: maxima.eval("diff(f,w)") > Expected: > '(?%bessel_y(v-1,w)-?%bessel_y(v+1,w))/2' > Got: > '(bessel_y(v-1,w)-bessel_y(v+1,w))/2' > > > > > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---