-
Notifications
You must be signed in to change notification settings - Fork 35
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
cfunction issues #385
Comments
I am getting the same error using FunctionWrappers:
|
Interesting: if I modify
I get
and Pkg.test() still seems to work. Does anyone have a good idea, how to thoroughly test this change? |
Tested with both cases from the issue.
Another tip: using |
Couldn't really find a MWE for this, but if I
include
this file (after adding Sundials, of course) and callI'm getting
The stacktrace points to these lines, which apparently can't handle one of the
@cfunction
s in Sundials.jl.The text was updated successfully, but these errors were encountered: