You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Romutulus
changed the title
[question] supporting complex airy
Supporting complex airy
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.
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)
The text was updated successfully, but these errors were encountered: