Bastian Weber wrote:
>> Hello,
>>
>> I think I found a bug. Calling .count_ops() on an expression
>> containing a derivative raises a NameError.
>>
In [ https://github.com/sympy/sympy/pull/23 ], which is awaiting final review,
this yields:
h[1] >>> f(x).diff(x).count_ops()
2
h[2] >>> f(x).diff(x).count_ops(1)
Derivative + f
--
You received this message because you are subscribed to the Google Groups
"sympy" 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?hl=en.