diff options
author | epapoutsellis <epapoutsellis@gmail.com> | 2019-04-14 22:17:46 +0100 |
---|---|---|
committer | epapoutsellis <epapoutsellis@gmail.com> | 2019-04-14 22:17:46 +0100 |
commit | 1eba627e28552985642b9eaf77ba43bf41191566 (patch) | |
tree | 80adf16be4035d0ba5c58349c53d55a6f8da616d | |
parent | 975e2ffebb75abf040faf8684c35c30be0098877 (diff) | |
download | framework-1eba627e28552985642b9eaf77ba43bf41191566.tar.gz framework-1eba627e28552985642b9eaf77ba43bf41191566.tar.bz2 framework-1eba627e28552985642b9eaf77ba43bf41191566.tar.xz framework-1eba627e28552985642b9eaf77ba43bf41191566.zip |
fix test TV denoising
-rwxr-xr-x | Wrappers/Python/wip/pdhg_TV_denoising.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Wrappers/Python/wip/pdhg_TV_denoising.py b/Wrappers/Python/wip/pdhg_TV_denoising.py index 73fd57a..d885bca 100755 --- a/Wrappers/Python/wip/pdhg_TV_denoising.py +++ b/Wrappers/Python/wip/pdhg_TV_denoising.py @@ -138,6 +138,7 @@ plt.colorbar() plt.subplot(1,3,2) plt.imshow(res1.as_array()) plt.colorbar() + #plt.show() |