Conversation
…ts for strict carrier swap behavior in DoubleBondStereochemistry::create; change DoubleBondStereochemistry::testMap_Map_Map to reflect changes in DoubleBondStereochemistry::create
…to process carriers; move carrier swap logic from DoubleBondStereochemistry::create to overridden DoubleBondStereochemistry::processCarriers method
johnmay
reviewed
Sep 12, 2025
| @Override | ||
| protected IBond[] processCarriers(IBond focus, IBond[] carriers) { | ||
| // Ensure that the constraint carrier[0] connected to focus.getBegin() is satisfied. | ||
| if (carriers[0].getOther(focus.getBegin()) == null) { |
Member
There was a problem hiding this comment.
carriers[0].contains(focus.getBegin())
Member
|
Looks good and simple fix but tests are complaining |
Member
Author
Will have a look at failing tests now that we are happy with the approach. |
…ment-fix Some additional null checks and fix the test assertion now the order …
Member
Author
|
@johnmay I've been pretty busy the last few weeks. Thanks for fixing this up, seems good to go now! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DoubleBondStereochemistry::newDoubleBondStereochemistry::newDoubleBondStereochemistry::testMap_Map_Mapto reflect changes inDoubleBondStereochemistry::create