Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and scottrbrtsn committed Dec 6, 2024
1 parent a3342fa commit 88ae8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _share_cuda_mem(x):
-------
a mapped array: np.ndarray
An array to be passed into cupy.asarray, which does not copy if
shared memory is already allocated. If cuda and numba are not
shared memory is already allocated. If cuda and numba are not
available, return the original array.
"""
from mne.fixes import has_numba
Expand Down

0 comments on commit 88ae8cb

Please sign in to comment.