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

Supporting complex airy #73

Open
Romutulus opened this issue Oct 26, 2021 · 1 comment
Open

Supporting complex airy #73

Romutulus opened this issue Oct 26, 2021 · 1 comment
Labels
feature_request Request for a feature

Comments

@Romutulus
Copy link

Hi, so I've attempted to use the code from here to implement a njit compatible complex airy function, but it ended up crashing my kernel. Any idea what the problem is? Or maybe it's possible to have numba-scipy support airy officially?

To clarify, the complex airy function itself crashes my kernel i.e.:
numba_airy_complex128(1)

@Romutulus Romutulus changed the title [question] supporting complex airy Supporting complex airy Oct 26, 2021
@esc esc added the feature_request Request for a feature label Oct 26, 2021
@esc
Copy link
Member

esc commented Oct 26, 2021

Hi, so I've attempted to use the code from here to implement a njit compatible complex airy function, but it ended up crashing my kernel. Any idea what the problem is? Or maybe it's possible to have numba-scipy support airy officially?

To clarify, the complex airy function itself crashes my kernel i.e.: numba_airy_complex128(1)

Thank you for asking about this. I can add this as a feature request for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature_request Request for a feature
Projects
None yet
Development

No branches or pull requests

2 participants