From b6de67a59e961acb5ce728e5a63c4f58f6c71362 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Mon, 1 Jul 2019 20:46:54 +0100 Subject: use master implementation --- Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py b/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py index 84a440a..f9f65b2 100755 --- a/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py +++ b/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py @@ -85,8 +85,6 @@ class Algorithm(object): calling this method triggers update and update_objective ''' if self.should_stop(): - self.update_objective() - print(self.verbose_output()) raise StopIteration() else: time0 = time.time() -- cgit v1.2.3