Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium NeedsReview smichr
New issue 2989 by [email protected]: 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 [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.