"devtools/vscode:/vscode.git/clone" did not exist on "846279872efb045995b4d346398bdb269fb09015"
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):
def test_residueTemplateGenerator(self):
"""Test the ability to add residue template generators to parameterize unmatched residues."""
def simpleTemplateGenerator(residue, forcefield):
def simpleTemplateGenerator(forcefield, residue):
"""\
Simple residue template generator.
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