Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium NeedsReview smichr

New issue 2989 by smi...@gmail.com: Segment is not correctly ordering args
http://code.google.com/p/sympy/issues/detail?id=2989

Segment((0,1),(0,2))
Segment(Point(0, 2), Point(0, 1))

The Point(0, 1) should be first according to the docstring. This is fixed in https://github.com/sympy/sympy/pull/955

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to