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

Tests in a environment that has numba #24

Closed
MaceKuailv opened this issue May 22, 2023 · 2 comments
Closed

Tests in a environment that has numba #24

MaceKuailv opened this issue May 22, 2023 · 2 comments

Comments

@MaceKuailv
Copy link
Owner

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.

@MaceKuailv
Copy link
Owner Author

I will try to do it myself first from the existing examples in workflows.

@MaceKuailv
Copy link
Owner Author

closed with PR #32

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

No branches or pull requests

1 participant