We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suggest is to use numba type infer from comment right before function. Source class stays clean from numba specific code.
# ("f8[:](f8[:,:], i8)") def func(arr1, arr2): pass
The text was updated successfully, but these errors were encountered:
Try define signature #4
e14c343
Try and not use signature exctraction #4
1f35b96
Seems it's possible to solve. Reopening issue.
Sorry, something went wrong.
anvlobachev
No branches or pull requests
Suggest is to use numba type infer from comment right before function.
Source class stays clean from numba specific code.
The text was updated successfully, but these errors were encountered: