"plugins/amoeba/platforms/cuda/src/kernels/amoebaCudaGpu.cpp" did not exist on "a80b8a02542d27becbc752b09e1b68e1c82de1f9"
Commit c2dd9975 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Bugfix in TestForceField tests of registerTemplateGenerator()

parent 948fd273
...@@ -250,7 +250,7 @@ class TestForceField(unittest.TestCase): ...@@ -250,7 +250,7 @@ class TestForceField(unittest.TestCase):
def test_residueTemplateGenerator(self): def test_residueTemplateGenerator(self):
"""Test the ability to add residue template generators to parameterize unmatched residues.""" """Test the ability to add residue template generators to parameterize unmatched residues."""
def simpleTemplateGenerator(residue, forcefield): def simpleTemplateGenerator(forcefield, residue):
"""\ """\
Simple residue template generator. Simple residue template generator.
This implementation uses the programmatic API to define residue templates. This implementation uses the programmatic API to define residue templates.
......
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