In [22]: lambdify([y], x + y)(1) Out[22]: x + 1 I believe that this should raise an error. But maybe there are some usecases that I'm missing.
-- 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.
