Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix testSave_symmetry__mmtf for msgpack-cpp=4.1.2 #262

Merged

Conversation

speleo3
Copy link
Contributor

@speleo3 speleo3 commented Oct 6, 2022

Floats may be stored as integers in msgpack, and msgpack-cpp does that proactively since version 4.1.2. That broke the unitCell angle round trip in testSave_symmetry__mmtf.

See also:
rcsb/mmtf-c#35
msgpack/msgpack-c#1018

Floats may be stored as integers in msgpack, and msgpack-cpp does that
proactively since version 4.1.2. That broke the `unitCell` angle round
trip in `testSave_symmetry__mmtf`.

See also:
rcsb/mmtf-c#35
msgpack/msgpack-c#1018
@JarrettSJohnson JarrettSJohnson merged commit 5ba0ba9 into schrodinger:master Oct 6, 2022
@JarrettSJohnson
Copy link
Member

Much appreciated as always.

@speleo3 speleo3 deleted the fix-load-mmtf-float-as-int branch December 14, 2022 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants