Commit c16f0def authored by Robert McGibbon's avatar Robert McGibbon
Browse files

Remove wierd unicode thing

parent 8b7093a2
......@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment