schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.15k stars 275 forks source link

Fix fallback MMTF loader #226

Closed speleo3 closed 2 years ago

speleo3 commented 2 years ago

Fixes chempy.mmtf with msgpack-python 1.0.

Also makes it work with cmd.load_raw and pass the corresponding tests.

Fixes https://github.com/schrodinger/pymol-open-source/issues/225

TstewDev commented 2 years ago

Thanks for the pull request!