Status: Started
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3083 by [email protected]: Not is still vectorized
http://code.google.com/p/sympy/issues/detail?id=3083
Currently, we have:
>>> Not(True, False)
[False, True]
We removed Function vectorization in issue 2182, but Not didn't use
@vectorize so we didn't touch it. We should remove this quirk (I'm working
on it).
--
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.