summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepapoutsellis <epapoutsellis@gmail.com>2019-05-14 23:57:11 +0100
committerepapoutsellis <epapoutsellis@gmail.com>2019-05-14 23:57:11 +0100
commitabb4ce7d7aea5e88c442891da756a32e80ccb9b0 (patch)
tree35eef63cb1eb49d8e342f65e71d52f14c6422383
parent9a37cf60477f938b1e98baaa085b833dec8838f6 (diff)
downloadframework-abb4ce7d7aea5e88c442891da756a32e80ccb9b0.tar.gz
framework-abb4ce7d7aea5e88c442891da756a32e80ccb9b0.tar.bz2
framework-abb4ce7d7aea5e88c442891da756a32e80ccb9b0.tar.xz
framework-abb4ce7d7aea5e88c442891da756a32e80ccb9b0.zip
fix space
-rwxr-xr-xWrappers/Python/ccpi/optimisation/functions/IndicatorBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/optimisation/functions/IndicatorBox.py b/Wrappers/Python/ccpi/optimisation/functions/IndicatorBox.py
index f585c9b..7fec65e 100755
--- a/Wrappers/Python/ccpi/optimisation/functions/IndicatorBox.py
+++ b/Wrappers/Python/ccpi/optimisation/functions/IndicatorBox.py
@@ -55,7 +55,7 @@ class IndicatorBox(Function):
# support function sup <x, z>, z \in [lower, upper]
# ????
return x.maximum(0).sum()
-
+
def proximal(self, x, tau, out=None):
if out is None: