Skip to content

Commit

Permalink
minor: removed tocupy as already merged in previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Dec 4, 2024
1 parent 2eef02e commit 0a25fa2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Basic operators
Real
Imag
Conj
ToCupy


Smoothing and derivatives
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
3 changes: 0 additions & 3 deletions pylops/basicoperators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
Gradient Gradient.
FirstDirectionalDerivative First Directional derivative.
SecondDirectionalDerivative Second Directional derivative.
ToCupy Convert to CuPy.
"""

Expand Down Expand Up @@ -74,7 +73,6 @@
from .laplacian import *
from .gradient import *
from .directionalderivative import *
from .tocupy import *


__all__ = [
Expand Down Expand Up @@ -111,5 +109,4 @@
"Gradient",
"FirstDirectionalDerivative",
"SecondDirectionalDerivative",
"ToCupy",
]
60 changes: 0 additions & 60 deletions pylops/basicoperators/tocupy.py

This file was deleted.

0 comments on commit 0a25fa2

Please sign in to comment.