Skip to content

Commit

Permalink
remove duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 23, 2024
1 parent 8018a52 commit 2b36513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ase_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def test_static_with_statement(self):
self.assertEqual(lmp.interactive_temperatures_getter(), 0)
self.assertTrue(np.isclose(np.sum(lmp.interactive_pressures_getter()), -0.00937227406237915))
self.assertEqual(np.sum(lmp.interactive_velocities_getter()), 0.0)
self.assertTrue(np.isclose(np.sum(lmp.interactive_positions_getter()), 73.60669397577456))


class TestASEHelperFunctions(unittest.TestCase):
Expand Down

0 comments on commit 2b36513

Please sign in to comment.