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

#1272 After opening a saved Extended SMILES file Single Up Bond is changed to Single Down Bond #1273

Merged
merged 3 commits into from
Sep 14, 2023

Conversation

even1024
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@AlexanderSavelyev AlexanderSavelyev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add tests

@@ -58,6 +58,9 @@ CEXPORT int indigoLayout(int object)
ml.max_iterations = self.layout_max_iterations;
ml.bond_length = 1.6f;
ml.layout_orientation = (layout_orientation_value)self.layout_orientation;
bool has_atropisomery = mol->hasAtropisomericCenter();
if (has_atropisomery)
ml.respect_existing_layout = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

respect_existing_layout is not used anywhere

@AlexanderSavelyev AlexanderSavelyev merged commit cf3a8ab into release/1.14 Sep 14, 2023
78 checks passed
@AlexanderSavelyev AlexanderSavelyev deleted the 1272-atropisomeric-layout branch September 14, 2023 14:54
even1024 added a commit that referenced this pull request Oct 12, 2023
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.

2 participants