Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 2654 by [email protected]: lambdify() does not convert abs() http://code.google.com/p/sympy/issues/detail?id=2654 from sympy import * a=Symbol('a') funk=1+abs(a) l_funk=lambdify(a,funk,'numpy') l_funk(1) ----> NameError: global name 'Abs' is not defined This is similar to the issue 2155, which is fixed by now: http://code.google.com/p/sympy/issues/detail?id=2155 -- 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.
