[python-dtcwt] 458/497: Update plotting.py

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit fc4878a07a7716ae8f9a2d4fa313361f855cda79
Author: scf32 <scf32 at cam.ac.uk>
Date:   Fri Aug 8 15:39:11 2014 +0100

    Update plotting.py
---
 dtcwt/plotting.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dtcwt/plotting.py b/dtcwt/plotting.py
index 7192447..f308703 100644
--- a/dtcwt/plotting.py
+++ b/dtcwt/plotting.py
@@ -61,7 +61,6 @@ def overlay_quiver(image, vectorField, level, offset):
     scalefactor = np.max(np.max(np.max(np.max(np.abs(vectorField)))))
     vectorField[-1,-1,:] = scalefactor
         
-    print(scalefactor)
     for sb in range(0, vectorField.shape[2]):
         hold(True)
         thiscolour = cmap(sb / float(vectorField.shape[2])) # Select colour for this subband

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list