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

Numba throws errors in debug mode #1274

Open
jwboth opened this issue Nov 26, 2024 · 0 comments
Open

Numba throws errors in debug mode #1274

jwboth opened this issue Nov 26, 2024 · 0 comments
Labels
user group Issue to be worked on in the internal user group.

Comments

@jwboth
Copy link
Contributor

jwboth commented Nov 26, 2024

As identified by @pschultzendorff numba makes trouble when running in debug mode. This can be circumvented by enhancing the respective run script with from numba import config and config.DISABLE_JIT = True. Instead of needing to do this locally, it would be desired to find a global solution directly implemented in PP.

@jwboth jwboth added the user group Issue to be worked on in the internal user group. label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user group Issue to be worked on in the internal user group.
Projects
None yet
Development

No branches or pull requests

1 participant