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
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.
The text was updated successfully, but these errors were encountered:
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
andconfig.DISABLE_JIT = True
. Instead of needing to do this locally, it would be desired to find a global solution directly implemented in PP.The text was updated successfully, but these errors were encountered: