Skip to content

Commit a302474

Browse files
committed
Fix disabled test
1 parent b7d5b5b commit a302474

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_demag_libraries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ def test_demag_2d_pbc():
249249
assert not np.isnan(demag.demag.tensor_yz).any()
250250
assert not np.isnan(demag.demag.tensor_zz).any()
251251
assert not np.isnan(sim.field).any(), "NaN in demag array"
252-
assert 2 == 1
253252

254253
if __name__ == '__main__':
255254
test_hexagonal_demags_1Dchain()

0 commit comments

Comments
 (0)