From abe8e9805bb02e0ec73fd97f43da9f04ce0c6992 Mon Sep 17 00:00:00 2001
From: algol <dkazanc@hotmail.com>
Date: Tue, 10 Apr 2018 15:19:25 +0100
Subject: test has been added 43#

---
 Wrappers/Python/demos/demo_cpu_regularisers.py | 4 ++--
 Wrappers/Python/demos/demo_gpu_regularisers.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'Wrappers/Python/demos')

diff --git a/Wrappers/Python/demos/demo_cpu_regularisers.py b/Wrappers/Python/demos/demo_cpu_regularisers.py
index 50beee8..929f0af 100644
--- a/Wrappers/Python/demos/demo_cpu_regularisers.py
+++ b/Wrappers/Python/demos/demo_cpu_regularisers.py
@@ -100,8 +100,8 @@ imgplot = plt.imshow(u0,cmap="gray")
 pars = {'algorithm' : FGP_TV, \
         'input' : u0,\
         'regularisation_parameter':0.04, \
-        'number_of_iterations' :1200 ,\
-        'tolerance_constant':0.00001,\
+        'number_of_iterations' :2000 ,\
+        'tolerance_constant':1e-06,\
         'methodTV': 0 ,\
         'nonneg': 0 ,\
         'printingOut': 0 
diff --git a/Wrappers/Python/demos/demo_gpu_regularisers.py b/Wrappers/Python/demos/demo_gpu_regularisers.py
index 5eb7876..c496e1c 100644
--- a/Wrappers/Python/demos/demo_gpu_regularisers.py
+++ b/Wrappers/Python/demos/demo_gpu_regularisers.py
@@ -102,7 +102,7 @@ pars = {'algorithm' : FGP_TV, \
         'input' : u0,\
         'regularisation_parameter':0.04, \
         'number_of_iterations' :1200 ,\
-        'tolerance_constant':0.00001,\
+        'tolerance_constant':1e-06,\
         'methodTV': 0 ,\
         'nonneg': 0 ,\
         'printingOut': 0 
-- 
cgit v1.2.3