Skip to content

Commit 05df62b

Browse files
committed
minor: remove commented code from backend.py
1 parent 6668038 commit 05df62b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pylops/utils/backend.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ def get_convolve(x: npt.ArrayLike) -> Callable:
133133
if cp.get_array_module(x) == np:
134134
return convolve
135135
else:
136-
# import cusignal
137-
# return cusignal.convolution.convolve
138136
return cp_convolve
139137

140138

0 commit comments

Comments
 (0)