Skip to content

Commit

Permalink
minor: remove commented code from backend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Jan 9, 2024
1 parent 6668038 commit 05df62b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pylops/utils/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ def get_convolve(x: npt.ArrayLike) -> Callable:
if cp.get_array_module(x) == np:
return convolve
else:
# import cusignal
# return cusignal.convolution.convolve
return cp_convolve


Expand Down

0 comments on commit 05df62b

Please sign in to comment.