-
Notifications
You must be signed in to change notification settings - Fork 109
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
#2739 - Wrong stereochemistry when reading cdxml reaction #2740
#2739 - Wrong stereochemistry when reading cdxml reaction #2740
Conversation
could you please create at least one test (unit or regression) so that any new version does not break the change in the future |
I figured out how to get the unit test working - let me know if this is ok or I need to change it |
thanks for the updated PR, but I think comparing two cdxml is not very stable. If Indigo changes any other piece of model - it will lead to different result. I would rather just calculate number of enhanced stereo |
In this case we need to count the different bond directions in the products. Both products have 1 OR stereocenter, but the first isomer should have a dashed wedge and the second should have a solid wedge at this stereocenter. Before the fix, both products had dashed wedges. Let me know if you think this is ok - if not, I can try the extended SMILES. |
yes, this looks much better. I started the CI and after successful run will merge |
do you know why the address sanitizer it is failing with linux? I'm working on windows, so it is hard to see the problem |
yes, we see the issue. We will create a patch for you and just need to merge it into your branch |
Hi @jblack-mestre , could you please merge changes from this branch "fix_cdx_desctructors". After that the warning should be fixed |
…9_wrong_stereochemistry
thanks, done |
all tests passed. I merged the PR. The change will be available in the next version (approx release date is next month) |
Generic request
#1234 – issue name