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 b7d5b5b commit a302474Copy full SHA for a302474
tests/test_demag_libraries.py
@@ -249,7 +249,6 @@ def test_demag_2d_pbc():
249
assert not np.isnan(demag.demag.tensor_yz).any()
250
assert not np.isnan(demag.demag.tensor_zz).any()
251
assert not np.isnan(sim.field).any(), "NaN in demag array"
252
- assert 2 == 1
253
254
if __name__ == '__main__':
255
test_hexagonal_demags_1Dchain()
0 commit comments