Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lambdify adjustment, close #295 #428

Merged
merged 5 commits into from
Jun 6, 2021
Merged

Conversation

jverzani
Copy link
Collaborator

@jverzani jverzani commented Jun 5, 2021

Modify lambdify so that this issue (behind #295) is handled:

@syms x
p = sympy.Piecewise((x,Gt(x,0)), (x^2, Le(x,0)))
@test lambdify(p)(2) == 2

@jverzani jverzani merged commit d372252 into JuliaPy:master Jun 6, 2021
@jverzani jverzani deleted the lambdify_and branch June 6, 2021 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant