Skip to content

Commit 2b36513

Browse files
committed
remove duplicated test
1 parent 8018a52 commit 2b36513

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_ase_interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def test_static_with_statement(self):
9797
self.assertEqual(lmp.interactive_temperatures_getter(), 0)
9898
self.assertTrue(np.isclose(np.sum(lmp.interactive_pressures_getter()), -0.00937227406237915))
9999
self.assertEqual(np.sum(lmp.interactive_velocities_getter()), 0.0)
100-
self.assertTrue(np.isclose(np.sum(lmp.interactive_positions_getter()), 73.60669397577456))
101100

102101

103102
class TestASEHelperFunctions(unittest.TestCase):

0 commit comments

Comments
 (0)