nglviewer / mdsrv

MD trajectory server
http://arose.github.io/mdsrv/
Other
36 stars 10 forks source link

array.tostring deprecated #59

Open dkoes opened 1 year ago

dkoes commented 1 year ago

In trajectory.py, can we change it to tobytes().decode()?

dkoes commented 1 year ago

To answer my question - no, you do not want the decode, just the tobytes.