summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authorepapoutsellis <epapoutsellis@gmail.com>2019-04-29 16:23:52 +0100
committerepapoutsellis <epapoutsellis@gmail.com>2019-04-29 16:23:52 +0100
commit17f3d80556b9a234bccca2a764fe31b83b6f5744 (patch)
tree2428997d5e36f677b9c8f20ef526bfc86b783963 /Wrappers
parent81f6aae31853cc431d439e55b7cb345e384d6400 (diff)
downloadframework-17f3d80556b9a234bccca2a764fe31b83b6f5744.tar.gz
framework-17f3d80556b9a234bccca2a764fe31b83b6f5744.tar.bz2
framework-17f3d80556b9a234bccca2a764fe31b83b6f5744.tar.xz
framework-17f3d80556b9a234bccca2a764fe31b83b6f5744.zip
fix demo
Diffstat (limited to 'Wrappers')
-rw-r--r--Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py b/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py
index ccdabb2..a54e5ee 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 = '1'
+method = '0'
if method == '0':