diff options
author | epapoutsellis <epapoutsellis@gmail.com> | 2019-04-20 18:50:54 +0100 |
---|---|---|
committer | epapoutsellis <epapoutsellis@gmail.com> | 2019-04-20 18:50:54 +0100 |
commit | 9d5b84a8ca28cf87fe5d8772b277183f919a9bbc (patch) | |
tree | 7837c4ea60233a1489e7bfe3e4d5da32dd3ec072 | |
parent | 0ff28f2d9fa35d64bbc1079770c0d35fef17b4e5 (diff) | |
download | framework-9d5b84a8ca28cf87fe5d8772b277183f919a9bbc.tar.gz framework-9d5b84a8ca28cf87fe5d8772b277183f919a9bbc.tar.bz2 framework-9d5b84a8ca28cf87fe5d8772b277183f919a9bbc.tar.xz framework-9d5b84a8ca28cf87fe5d8772b277183f919a9bbc.zip |
change ZeroOperator
-rwxr-xr-x | Wrappers/Python/ccpi/optimisation/operators/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/optimisation/operators/__init__.py b/Wrappers/Python/ccpi/optimisation/operators/__init__.py index 811adf6..23222d4 100755 --- a/Wrappers/Python/ccpi/optimisation/operators/__init__.py +++ b/Wrappers/Python/ccpi/optimisation/operators/__init__.py @@ -18,6 +18,6 @@ from .FiniteDifferenceOperator import FiniteDiff from .GradientOperator import Gradient
from .SymmetrizedGradientOperator import SymmetrizedGradient
from .IdentityOperator import Identity
-from .ZeroOperator import ZeroOp
+from .ZeroOperator import ZeroOperator
from .LinearOperatorMatrix import LinearOperatorMatrix
|