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 8018a52 commit 2b36513Copy full SHA for 2b36513
tests/test_ase_interface.py
@@ -97,7 +97,6 @@ def test_static_with_statement(self):
97
self.assertEqual(lmp.interactive_temperatures_getter(), 0)
98
self.assertTrue(np.isclose(np.sum(lmp.interactive_pressures_getter()), -0.00937227406237915))
99
self.assertEqual(np.sum(lmp.interactive_velocities_getter()), 0.0)
100
- self.assertTrue(np.isclose(np.sum(lmp.interactive_positions_getter()), 73.60669397577456))
101
102
103
class TestASEHelperFunctions(unittest.TestCase):
0 commit comments