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
4aa8df6d
"wrappers/vscode:/vscode.git/clone" did not exist on "d5a7dd89d657650bdbcc9da3164f2a5f95273f9a"
Commit
4aa8df6d
authored
Mar 09, 2016
by
Rafal P. Wiewiora
Browse files
add check for type name in overload
parent
476e820b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
wrappers/python/tests/TestForceField.py
wrappers/python/tests/TestForceField.py
+1
-0
No files found.
wrappers/python/tests/TestForceField.py
View file @
4aa8df6d
...
...
@@ -618,6 +618,7 @@ class TestForceField(unittest.TestCase):
self
.
assertRaises
(
Exception
,
lambda
:
ForceField
(
StringIO
(
ffxml1
),
StringIO
(
ffxml2
)))
ff
=
ForceField
(
StringIO
(
ffxml1
),
StringIO
(
ffxml3
))
self
.
assertEqual
(
ff
.
_templates
[
'FE2'
].
atoms
[
0
].
type
,
'Fe2+_tip3p_standard'
)
ff
.
createSystem
(
pdb
.
topology
)
class
AmoebaTestForceField
(
unittest
.
TestCase
):
...
...
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