Skip to content

Commit abcc4b4

Browse files
author
Weiwei Wang
committed
delete the print line
1 parent bd8f0b3 commit abcc4b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_anis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def test_anis_cubic():
2424
mu_s = np.ones(3)
2525
anis.setup(mesh, spin, mu_s)
2626
field = anis.compute_field()
27-
print field
2827
assert np.max(field-np.array([-1.06272,-2.51904, -0.]))<1e-6
2928
energy = anis.compute_energy()
3029
assert abs(energy-0.663216)<1e-5

0 commit comments

Comments
 (0)