diff options
author | epapoutsellis <epapoutsellis@gmail.com> | 2019-05-14 23:57:11 +0100 |
---|---|---|
committer | epapoutsellis <epapoutsellis@gmail.com> | 2019-05-14 23:57:11 +0100 |
commit | abb4ce7d7aea5e88c442891da756a32e80ccb9b0 (patch) | |
tree | 35eef63cb1eb49d8e342f65e71d52f14c6422383 | |
parent | 9a37cf60477f938b1e98baaa085b833dec8838f6 (diff) | |
download | framework-abb4ce7d7aea5e88c442891da756a32e80ccb9b0.tar.gz framework-abb4ce7d7aea5e88c442891da756a32e80ccb9b0.tar.bz2 framework-abb4ce7d7aea5e88c442891da756a32e80ccb9b0.tar.xz framework-abb4ce7d7aea5e88c442891da756a32e80ccb9b0.zip |
fix space
-rwxr-xr-x | Wrappers/Python/ccpi/optimisation/functions/IndicatorBox.py | 2 |
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: |