Skip to content

Commit

Permalink
Merge branch '1277-bad-stereochemistry-smiles' of https://github.com/…
Browse files Browse the repository at this point in the history
…epam/Indigo into 1277-bad-stereochemistry-smiles
  • Loading branch information
even1024 committed Oct 4, 2023
2 parents 5ff9efe + b693ab9 commit b407380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/integration/tests/formats/smiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
mols_smiles = [
"C1C(O)=C(C2C=CC(C)=CC=2N)C(C)=CC=1 |o1:3,r,wU:3.12|",
"C1=CC=C(C)C(C2=C(N)C=C(C)C=C2)=C1O |wU:5.4,wD:5.5|",
"C1=CC=C(C)C(C2=C(N)C=C(C)C=C2)=C1O |w:5.4,5.5|"
"C1=CC=C(C)C(C2=C(N)C=C(C)C=C2)=C1O |w:5.4,5.5|",
]
for sm in mols_smiles:
print("atropisomer:")
Expand Down

0 comments on commit b407380

Please sign in to comment.