Skip to content
Snippets Groups Projects
Commit 4dbfd7a1 authored by Joseph Weston's avatar Joseph Weston
Browse files

remove erroneous print statement in tests

parent 9114e72a
No related branches found
No related tags found
No related merge requests found
Pipeline #15264 failed
......@@ -518,7 +518,6 @@ def test_uniform_magnetic_field(system_and_gauge, B):
t = s.submatrix(1, 0)
b = kwant.physics.Bands(syst.leads[0], params=params)
print(b(0))
assert t.shape > (0, 0) # sanity check
assert np.allclose(np.abs(t)**2, np.eye(*t.shape))
......
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