From 1eba627e28552985642b9eaf77ba43bf41191566 Mon Sep 17 00:00:00 2001 From: epapoutsellis Date: Sun, 14 Apr 2019 22:17:46 +0100 Subject: fix test TV denoising --- Wrappers/Python/wip/pdhg_TV_denoising.py | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3