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

Support Julia v0.6 #61

Closed
isuruf opened this issue Jan 3, 2017 · 1 comment · Fixed by #62
Closed

Support Julia v0.6 #61

isuruf opened this issue Jan 3, 2017 · 1 comment · Fixed by #62

Comments

@isuruf
Copy link
Member

isuruf commented Jan 3, 2017

See failed log, http://pkg.julialang.org/logs/SymEngine_0.6.log

@jverzani
Copy link
Contributor

jverzani commented Jan 9, 2017

I think most of these are minor compat issues, but the error comes from something that currently isn't working, but should be fixed. It is in how the lambdify function makes functions. They need compiling before usage leaving the form lambdify(ex)(val) throwing that error. (https://discourse.julialang.org/t/help-calling-a-function-defined-from-expressions/1340/5). A simple fix is to assign first: fn = lambdify(ex); fn(val) but until the underlying issue is addressed the plot recipes won't work either.

@jverzani jverzani mentioned this issue Jan 9, 2017
@wupeifan wupeifan mentioned this issue Jan 23, 2017
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 a pull request may close this issue.

2 participants