Comment #34 on issue 1052 by ondrej.certik: 2.0 * x**2 should print more  
nicely
http://code.google.com/p/sympy/issues/detail?id=1052

All tests pass, only the following doctests fail:

________________________________________________________________________________
________________ sympy.concrete.summations.Sum.euler_maclaurin  
_________________
File "/home/ondra/repos/sympy/sympy/concrete/summations.py", line 96, in
sympy.concrete.summations.Sum.euler_maclaurin
Failed example:
     s.evalf(), e.evalf()
Expected:
     (1.26629073187416, 0.0175000000000000)
Got:
     (1.26629073187416, 0.0175)
________________________________________________________________________________
_______________________ sympy.geometry.point.Point.evalf  
_______________________
File "/home/ondra/repos/sympy/sympy/geometry/point.py", line 185, in
sympy.geometry.point.Point.evalf
Failed example:
     Point(Rational(1,2), Rational(3,2)).evalf()
Expected:
     Point(0.500000000000000, 1.50000000000000)
Got:
     Point(0.5, 1.5)
________________________________________________________________________________
_______________ sympy.statistics.distributions.Normal.confidence  
_______________
File "/home/ondra/repos/sympy/sympy/statistics/distributions.py", line 108,  
in
sympy.statistics.distributions.Normal.confidence
Failed example:
     N.probability(*_).evalf()
Expected:
     0.680000000000000
Got:
     0.68
**********************************************************************
File "/home/ondra/repos/sympy/sympy/statistics/distributions.py", line 115,  
in
sympy.statistics.distributions.Normal.confidence
Failed example:
     N.probability(*_).evalf()
Expected:
     0.950000000000000
Got:
     0.95

============= tests finished: 211 passed, 3 failed in 5.05 seconds  
=============
DO *NOT* COMMIT!



But I'll fix them only if Fredrik is ok with the patch otherwise.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to