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
c2dd9975
"devtools/vscode:/vscode.git/clone" did not exist on "846279872efb045995b4d346398bdb269fb09015"
Commit
c2dd9975
authored
Jan 01, 2016
by
John Chodera (MSKCC)
Browse files
Bugfix in TestForceField tests of registerTemplateGenerator()
parent
948fd273
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/tests/TestForceField.py
wrappers/python/tests/TestForceField.py
+1
-1
No files found.
wrappers/python/tests/TestForceField.py
View file @
c2dd9975
...
...
@@ -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.
...
...
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