diff options
Diffstat (limited to 'Wrappers')
-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() |