Closed jverzani closed 3 years ago
Modify lambdify so that this issue (behind #295) is handled:
lambdify
@syms x p = sympy.Piecewise((x,Gt(x,0)), (x^2, Le(x,0))) @test lambdify(p)(2) == 2
Modify
lambdify
so that this issue (behind #295) is handled: