Skip to content

Commit

Permalink
layout test
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Sep 14, 2023
1 parent af7a279 commit 6deab5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/tests/integration/ref/formats/smiles.py.out
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ CCCCC |Sg:n:1,2,3::hh|
*** Atropisomers ***
atropisomer:
C1=CC=C(C)C(C2=C(N)C=C(C)C=C2)=C1O |o1:5,r,wU:5.4|
C1=CC=C(C)C(C2=C(N)C=C(C)C=C2)=C1O |o1:5,r,wU:5.4|
1 change: 1 addition & 0 deletions api/tests/integration/tests/formats/smiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@
for sm in mols_smiles:
print("atropisomer:")
mol = indigo.loadMolecule(sm)
print(mol.smiles())
mol.layout()
print(mol.smiles())

0 comments on commit 6deab5c

Please sign in to comment.