Status: Valid
Owner: ----
CC: [email protected]
Labels: Type-Defect Priority-High Milestone-Release0.7.2 Sets
New issue 3301 by [email protected]: S.Integers.intersect(Interval)
doesn't work for unbounded intervals
http://code.google.com/p/sympy/issues/detail?id=3301
S.Integers.intersect(Interval) assumes that the interval is bounded, and
doesn't work when it isn't. This is currently causing a test failure with a
random hash (e.g.,PYTHONHASHSEED=6 python2.7 -R bin/test hash).
I was going to fix this, but I'm not sure what it should return. Just an
unevaluated Intersection, or some kind of TransformationSet?
--
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.