diff options
author | epapoutsellis <epapoutsellis@gmail.com> | 2019-04-29 16:23:52 +0100 |
---|---|---|
committer | epapoutsellis <epapoutsellis@gmail.com> | 2019-04-29 16:23:52 +0100 |
commit | 17f3d80556b9a234bccca2a764fe31b83b6f5744 (patch) | |
tree | 2428997d5e36f677b9c8f20ef526bfc86b783963 /Wrappers | |
parent | 81f6aae31853cc431d439e55b7cb345e384d6400 (diff) | |
download | framework-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.py | 2 |
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': |