Commit 763cbaa1 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Remove noop

parent d8f96b30
......@@ -37,9 +37,6 @@ class TestIntegrators(unittest.TestCase):
if not (state.getPotentialEnergy() / kilojoules_per_mole < 0.0):
raise Exception('Potential energy of alanine dipeptide system with MTS integrator is blowing up: %s' % str(state.getPotentialEnergy()))
# Clean up
del context, integrator
def testMTSIntegratorConstraints(self):
"""Test the MTS integrator energy conservation on a system of constrained particles with no inner force (just constraints)"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment