Comment #10 on issue 2625 by [email protected]: Imaginary unit in R, ordering of complex numbers
http://code.google.com/p/sympy/issues/detail?id=2625

Probably, this bug could be closed:

In [5]: I in Interval(-oo,oo)
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-5-24b3895bc298> in <module>()
----> 1 I in Interval(-oo,oo)

/home/sk/src/sympy/sympy/core/sets.pyc in __contains__(self, other)
    260         result = ask(symb)
    261         if result is None:
--> 262 raise TypeError('contains did not evaluate to a bool: %r' % symb)
    263         return result
    264

TypeError: contains did not evaluate to a bool: And(I < oo, I > -oo)


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to