Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 2258 by [email protected]: doctest fails in master
http://code.google.com/p/sympy/issues/detail?id=2258
~/Programmation/sympy (master) $ ./bin/doctest polygon
============================= test process starts
==============================
executable: /usr/bin/python (2.6.5-final-0)
sympy/geometry/polygon.py[34] .............................F....
[FAIL]
________________________________________________________________________________
___________________ sympy.geometry.polygon.Triangle.inradius
___________________
File "/home/nicolas/Programmation/sympy/sympy/geometry/polygon.py", line
18, in sympy.geometry.polygon.Triangle.inradius
Failed example:
t.inradius
Expected:
(4*a**2*(a**2)**(1/2) - 2*2**(1/2)*a**2*(a**2)**(1/2))/(8*a**2)
Got:
-(-4*a**2*(a**2)**(1/2) + 2*2**(1/2)*a**2*(a**2)**(1/2))/(8*a**2)
============= tests finished: 33 passed, 1 failed, in 1.30 seconds
=============
DO *NOT* COMMIT!
--
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.