Skip to content

Commit fd5bdfa

Browse files
committed
Two more test molecules for adsorbate drawing.
1 parent 89990ad commit fd5bdfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/rmgpy/molecule/drawTest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ def test_draw_bidentate_adsorbate(self):
287287
25 X u0 p0 c0 {8,S}
288288
26 X u0 p0 c0 {3,S}
289289
"""))
290+
test_molecules.append(Molecule(smiles="*CC(*)(C*)OCC#*"))
291+
test_molecules.append(Molecule(smiles="*CC(*)(C*)C*"))
290292
for number, molecule in enumerate(test_molecules, 1):
291293
path = f"test_polydentate_{number}.png"
292294
if os.path.exists(path):

0 commit comments

Comments
 (0)