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
26b42ce5
Commit
26b42ce5
authored
Jul 11, 2014
by
peastman
Browse files
Merge pull request #521 from rmcgibbo/unicode-failure
Remove wierd unicode thing
parents
7a034156
c16f0def
Changes
1
Show 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 @
26b42ce5
...
...
@@ -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