Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
763cbaa1
Commit
763cbaa1
authored
Oct 15, 2016
by
John Chodera (MSKCC)
Browse files
Remove noop
parent
d8f96b30
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
wrappers/python/tests/TestIntegrators.py
wrappers/python/tests/TestIntegrators.py
+0
-3
No files found.
wrappers/python/tests/TestIntegrators.py
View file @
763cbaa1
...
...
@@ -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)"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment