From 95504e091caf7a92ee8fd46d2cd8f5178db48384 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Mon, 17 Dec 2012 11:15:34 +0100
Subject: [PATCH] remove print statement from test

---
 kwant/solvers/tests/_test_sparse.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kwant/solvers/tests/_test_sparse.py b/kwant/solvers/tests/_test_sparse.py
index 7d934b69..0f58294a 100644
--- a/kwant/solvers/tests/_test_sparse.py
+++ b/kwant/solvers/tests/_test_sparse.py
@@ -399,7 +399,6 @@ def test_wavefunc_ldos_consistency(wave_func, ldos):
     for lead in xrange(len(sys.leads)):
         temp = abs(wf(lead))
         temp **= 2
-        print type(temp), temp.shape
         ldos2 += temp.sum(axis=0)
     ldos2 *= (0.5 / np.pi)
 
-- 
GitLab