Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Geometry

New issue 3108 by [email protected]: wrong code in Polygon.arbitrary_point
http://code.google.com/p/sympy/issues/detail?id=3108

Line 592 in polygon.py is the following:
sides.append((pt, (perim_fraction_start <= t < perim_fraction_end)))

This is obviously wrong, considering Python's rules for comparison operator chaining.

I haven't investigated further.

--
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