Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium
New issue 2833 by [email protected]: lambdify does not evaluate integrals
http://code.google.com/p/sympy/issues/detail?id=2833 from master at 9. November: In [5]: expr = integrate(1/sqrt(x**2+x), (x, 1, y)) In [6]: func = lambdify([y], expr) In [7]: func(2) ValueError: Symbolic value, can't compute See also issue 1371 and issue 1372 -- 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.
