-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Make use of numba opt-in not opt-out #2313
Comments
If we wanted to do this, I think (almost?) everything is already there. We just need to make sure that Line 200 in 7c1637f
is not |
Sounds good to me, the only change would be in Line 328 in 7c1637f
False instead of the result of numba_check .
I'll also look into the error, it might not change much between using numba there or not if its in object mode. |
+1: I'm hitting this error as well |
Calling
forest_plot
when numba is installed ends up with cryptic errors:ValueError: Failed in object mode pipeline (step: remove phis nodes)
This is a PITA.Please consider making the use of numba opt-in (not simply by having numba installed).
The text was updated successfully, but these errors were encountered: