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
Copy file name to clipboardExpand all lines: slise/optimisation.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@ def check_threading_layer():
397
397
loss_residuals(np.ones(1), np.ones(1), 1)
398
398
ifthreading_layer() =="workqueue":
399
399
warn(
400
-
'Using `numba.threading_layer()=="workqueue"` can be devastatingly slow!',
400
+
'Using `numba.threading_layer()=="workqueue"` can be devastatingly slow! See https://numba.pydata.org/numba-doc/latest/user/threading-layer.html for alternatives.',
0 commit comments