Skip to content
Snippets Groups Projects
Commit 95504e09 authored by Christoph Groth's avatar Christoph Groth
Browse files

remove print statement from test

parent fcd86975
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment