Skip to content

Commit d852a78

Browse files
authored
Update mne/cuda.py
1 parent e5979a4 commit d852a78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mne/cuda.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def get_shared_mem(
4646
Returns
4747
-------
4848
a mapped array: np.ndarray
49-
An array to be passed into cupy.asarray, which does not copy if shared memory is already allocated.
49+
An array to be passed into cupy.asarray, which does not copy if
50+
shared memory is already allocated.
5051
"""
5152
from numba import cuda
5253

0 commit comments

Comments
 (0)