#6197: [with patch, needs work] conversion of binomial fails
-------------------------+--------------------------------------------------
Reporter: whuss | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: symbolics | Keywords:
Reviewer: Mike Hansen | Author: Karl-Dieter Crisman
Merged: |
-------------------------+--------------------------------------------------
Comment(by mvngu):
I received a doctest failure with the patch `trac_6197-binomial-
maxima.patch`:
{{{
sage -t -long devel/sage-main/sage/symbolic/random_tests.py
**********************************************************************
File "/scratch/mvngu/release/sage-4.1.2.alpha1/devel/sage-
main/sage/symbolic/random_tests.py", line 204:
sage: random_expr(50, nvars=3, coeff_generator=CDF.random_element)
Expected:
arctanh(sinh(-arcsech(v2)/floor(-(0.615863165633 +
0.879368031485*I)*v1^2*v3) - gamma(pi) + floor(-(0.708874026302 -
0.954135400334*I)*v3)))^arcsech(-cosh(-polylog((v2 + 0.913564344312 +
0.0898040160336*I)^(-(0.723896589334 - 0.799038508886*I)*v2),-v1 -
v3))/sin(-(0.0263902659909 + 0.153261789843*I)*arctan2(pi, e^pi)))
Got:
arctanh(sinh(-arcsech(v2)/csch(-(0.615863165633 +
0.879368031485*I)*v1^2*v3) - gamma(pi) + floor(-(0.708874026302 -
0.954135400334*I)*v3)))^arcsech(-cosh(-polylog((v2 + 0.913564344312 +
0.0898040160336*I)^(-(0.723896589334 - 0.799038508886*I)*v2),-v1 -
v3))/arcsin(-(0.0263902659909 + 0.153261789843*I)*arctan2(pi,
arccot(pi))))
**********************************************************************
1 items had failures:
1 of 5 in __main__.example_4
***Test Failed*** 1 failures.
For whitespace errors, see the file
/scratch/mvngu/release/sage-4.1.2.alpha1/tmp/.doctest_random_tests.py
[2.5 s]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6197#comment:4>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---