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
c16f0def
"vscode:/vscode.git/clone" did not exist on "643473cee91fbf8e232d485012f7b8cf13d68829"
Commit
c16f0def
authored
Jul 10, 2014
by
Robert McGibbon
Browse files
Remove wierd unicode thing
parent
8b7093a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
wrappers/python/tests/TestBytes.py
wrappers/python/tests/TestBytes.py
+0
-7
No files found.
wrappers/python/tests/TestBytes.py
View file @
c16f0def
...
...
@@ -23,13 +23,6 @@ class TestBytes(unittest.TestCase):
assert
newPositions
==
refPositions
# try encoding the checkpoint in utf-8. OpenMM should be able to handle this too
context
.
setPositions
([(
12345
,
12345
,
123451
)])
context
.
loadCheckpoint
(
chk
.
decode
(
'utf-8'
))
newPositions
=
context
.
getState
(
getPositions
=
True
).
getPositions
().
_value
assert
newPositions
==
refPositions
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