-
Notifications
You must be signed in to change notification settings - Fork 15
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 issue #299 #300
Fix issue #299 #300
Conversation
Strange, I confirmed that all tests passed locally before submitting but there are failures on all platforms. Looks like an issue with RDKit conversion, which I don't think is related to this. Will debug tomorrow. |
It looks like the RDKit pin might have failed and it's pulling in a version that is incompatible with the one that Sire was built against. |
Okay, all of the failed CI runs pulled in RDKit version 2024.03.3. The last Sire
I'll try reproducing the environment locally to see if I can figure out what's wrong. |
It seems that the SONAMEs are minor version specific, so we'll need to update the pin to
@chryswoods: I'll PR to Sire |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
The merge-base changed after approval.
This PR closes #299 but not using
sire.legacy.Base.wrap
for string values in theproperty_map
, which were incorrectly being cast toGeneralUnit
. This allows Mol2 files to be written from byBioSimSpace.IO.saveMolecules
. This superseds #298.devel
into this branch before issuing this pull request (e.g. by runninggit pull origin devel
): [y]