From 05df62b280c1fadb64587420c9c391637e8f2988 Mon Sep 17 00:00:00 2001 From: mrava87 Date: Tue, 9 Jan 2024 22:55:22 +0300 Subject: [PATCH] minor: remove commented code from backend.py --- pylops/utils/backend.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pylops/utils/backend.py b/pylops/utils/backend.py index b727e2ef..1cef8bdb 100644 --- a/pylops/utils/backend.py +++ b/pylops/utils/backend.py @@ -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