From abb4ce7d7aea5e88c442891da756a32e80ccb9b0 Mon Sep 17 00:00:00 2001 From: epapoutsellis Date: Tue, 14 May 2019 23:57:11 +0100 Subject: fix space --- Wrappers/Python/ccpi/optimisation/functions/IndicatorBox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Wrappers/Python') 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 , z \in [lower, upper] # ???? return x.maximum(0).sum() - + def proximal(self, x, tau, out=None): if out is None: -- cgit v1.2.3