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
1c603b1a
"rocshmem_dir/include/vscode:/vscode.git/clone" did not exist on "d91f2eb96f0b57d4f728c62caac88d10f095bfb2"
Commit
1c603b1a
authored
Jan 01, 2016
by
John Chodera (MSKCC)
Browse files
Fix uuid issue with TestForceField.
parent
9dd7fbd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wrappers/python/tests/TestForceField.py
wrappers/python/tests/TestForceField.py
+2
-2
No files found.
wrappers/python/tests/TestForceField.py
View file @
1c603b1a
...
...
@@ -258,8 +258,8 @@ class TestForceField(unittest.TestCase):
NOTE: We presume we have already loaded the force definitions into ForceField.
"""
# Generate a unique prefix name for generating parameters.
from
uuid
import
UUID
template_name
=
UUID
()
from
uuid
import
uuid4
template_name
=
uuid4
()
# Generate an atom type for each atom.
for
atom
in
residue
.
atoms
():
parameters
=
{
...
...
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