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
7719f4aa
Commit
7719f4aa
authored
Aug 03, 2019
by
Andreas Krämer
Browse files
removed old comment
parent
04042076
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
wrappers/python/tests/TestCharmmFiles.py
wrappers/python/tests/TestCharmmFiles.py
+0
-2
No files found.
wrappers/python/tests/TestCharmmFiles.py
View file @
7719f4aa
...
@@ -309,8 +309,6 @@ class TestCharmmFiles(unittest.TestCase):
...
@@ -309,8 +309,6 @@ class TestCharmmFiles(unittest.TestCase):
if
isinstance
(
force
,
CustomNonbondedForce
):
if
isinstance
(
force
,
CustomNonbondedForce
):
self
.
assertFalse
(
force
.
getUseLongRangeCorrection
())
self
.
assertFalse
(
force
.
getUseLongRangeCorrection
())
if
isinstance
(
force
,
NonbondedForce
):
if
isinstance
(
force
,
NonbondedForce
):
# TODO: why is this part of the code even reached???
# Does NBFIX not fire?
self
.
assertFalse
(
force
.
getUseDispersionCorrection
())
self
.
assertFalse
(
force
.
getUseDispersionCorrection
())
def
test_NoPsfWarning
(
self
):
def
test_NoPsfWarning
(
self
):
...
...
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