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
When the functions are compiled, some times it gives out errors that does not exist in un-compiled mode. Many of them are type errors. For example, if one raises an IndexError in a function, if the function is compiled then it will raise an error saying this is not supported.
It would be nice if we could figure out a way to run test on a environment that has numba.
The text was updated successfully, but these errors were encountered:
When the functions are compiled, some times it gives out errors that does not exist in un-compiled mode. Many of them are type errors. For example, if one raises an IndexError in a function, if the function is compiled then it will raise an error saying this is not supported.
It would be nice if we could figure out a way to run test on a environment that has numba.
The text was updated successfully, but these errors were encountered: