Skip to content

Commit bbf0448

Browse files
committed
remove n_jobs gate
1 parent 57bc1b4 commit bbf0448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/cuda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _share_cuda_mem(x):
4949
"""
5050
from mne.fixes import has_numba
5151

52-
if n_jobs == "cuda" and _cuda_capable and has_numba:
52+
if _cuda_capable and has_numba:
5353
from numba import cuda
5454

5555
out = cuda.mapped_array(x.shape, ...)

0 commit comments

Comments
 (0)