Commit 7719f4aa authored by Andreas Krämer's avatar Andreas Krämer
Browse files

removed old comment

parent 04042076
...@@ -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):
......
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