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.
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'
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---