-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add example #74
Comments
@erwanp thank you for submitting this. I have labeled it as a feature request. Pull-requests always welcome! 😇 |
Please even a very simple example would be helpful! Can you maybe give a hint how to use this module? Does it come automatically with
|
What error message do you get? |
|
So, I tried to reproduce this and found two things. The error you are seeing is because
Which may be a bug in numba-scipy. |
OK you're correct, I somehow lost my numba-scipy installation... That's something I'll have to fix on my own. Anyway do you think you could maybe give 1-2 short examples where numba-scipy works? I was originally interested in this to try to speed up double integrals of the form
My strategy so far has been to Numba as much of Thanks for taking some time to look into this, I appreciate it. EDIT: Wait I'm just now noticing... Does numba-scipy actually work with the integrate module? |
No, I don't think so. The currently supported functions are listed on: https://numba-scipy.readthedocs.io/en/latest/reference/index.html -- this is the scope of the scipy functions that can be used within a Numba |
Could you add an example of use in the Readme or in the Docs https://numba-scipy.readthedocs.io/en/latest/user/index.html ,
the user-manual is currently empty
The text was updated successfully, but these errors were encountered: