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
1289d16d
"platforms/vscode:/vscode.git/clone" did not exist on "00e2c6a3909950d6fa32bdbc5ef071751d110157"
Commit
1289d16d
authored
Oct 26, 2015
by
John Chodera (MSKCC)
Browse files
Fix typo in Python test
parent
9639837c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/tests/TestPickle.py
wrappers/python/tests/TestPickle.py
+1
-1
No files found.
wrappers/python/tests/TestPickle.py
View file @
1289d16d
...
...
@@ -51,7 +51,7 @@ class TestPickle(unittest.TestCase):
"""Test that deep copying of forces works correctly."""
force
=
NonbondedForce
()
force_copy
=
copy
.
deepcopy
(
force
)
self
.
assert
Is
Equal
(
force
.
__class__
.
__name__
,
'NonbondedForce'
)
self
.
assertEqual
(
force
.
__class__
.
__name__
,
'NonbondedForce'
)
if
__name__
==
'__main__'
:
unittest
.
main
()
...
...
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