We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8f0b3 commit abcc4b4Copy full SHA for abcc4b4
tests/test_anis.py
@@ -24,7 +24,6 @@ def test_anis_cubic():
24
mu_s = np.ones(3)
25
anis.setup(mesh, spin, mu_s)
26
field = anis.compute_field()
27
- print field
28
assert np.max(field-np.array([-1.06272,-2.51904, -0.]))<1e-6
29
energy = anis.compute_energy()
30
assert abs(energy-0.663216)<1e-5
0 commit comments