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
Thanks for the report. I believe Numba doesn't support exotic keyword arguments, like where, to numba.vectorize()'d functions. If that's the case, there's nothing we can do.
Perhaps we should add better error reporting. I had this idea a long time ago in #34, but never completely implemented it.
I think I'm going to close this. where support is needed from Numba before it will be exposed in this library. Once Numba adds it, users will have access to it from galois.
Python: 3.11.6, galois version 0.3.5, numpy version 1.24
This code produces an error:
Exception
The text was updated successfully, but these errors were encountered: