Comment #12 on issue 2587 by [email protected]: Strange printing at SymPy Live
http://code.google.com/p/sympy/issues/detail?id=2587

In [7]: a = g.args[1].args[0].args[1].args[1]

In [9]: b = f.args[1].args[0].args[1].args[1]

In [10]: b._assumptions
Out[10]:
{bounded: True, commutative: True, comparable: True, complex: True, finite: True, imaginary: False, infinitesimal: False, integer: True, irrational: False, negative: False, non integer: False, nonnegative: True, nonpositive: False, nonzero: True, positive: True, prime: None, rational: True, real: True, unbounded: False, zero: False}

In [8]: a._assumptions
Out[8]:
{bounded: True, commutative: True, comparable: True, complex: True, composite: False, finite: True, imaginary: False, infinitesimal: False, integer: True, irrational: False, ne gative: True, noninteger: False, nonnegative: False, nonpositive: True, nonzero: True, positive: False, prime: False, rational: True, real: True, unbounded: False, zero: False}

Assumptions are being computed incorrectly for pickled objects.

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