summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorepapoutsellis <epapoutsellis@gmail.com>2019-04-29 16:56:19 +0100
committerepapoutsellis <epapoutsellis@gmail.com>2019-04-29 16:56:19 +0100
commit2eb83e4389c0a251aa218b200f1ccfb20e31b84a (patch)
treea82b397e5e2ae41347c7b54f6d2a67af20ca0503 /Wrappers/Python
parent892002e03206a422a4ea89863939ee806be20c24 (diff)
downloadframework-2eb83e4389c0a251aa218b200f1ccfb20e31b84a.tar.gz
framework-2eb83e4389c0a251aa218b200f1ccfb20e31b84a.tar.bz2
framework-2eb83e4389c0a251aa218b200f1ccfb20e31b84a.tar.xz
framework-2eb83e4389c0a251aa218b200f1ccfb20e31b84a.zip
fix demos
Diffstat (limited to 'Wrappers/Python')
-rw-r--r--Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py2
-rw-r--r--Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py b/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py
index a54e5ee..ccdabb2 100644
--- a/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py
+++ b/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py
@@ -48,7 +48,7 @@ noisy_data = ImageData(n1)
# Regularisation Parameter
alpha = 2
-method = '0'
+method = '1'
if method == '0':
diff --git a/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py b/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py
index 484fe42..4189acb 100644
--- a/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py
+++ b/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py
@@ -48,7 +48,7 @@ noisy_data = ImageData(n1)
# Regularisation Parameter
alpha = 2
-method = '1'
+method = '0'
if method == '0':