Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Dec 6, 2024
1 parent 557f27d commit 8c34466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/MDAnalysisTests/converters/test_rdkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
_standardize_patterns)
from rdkit import Chem
from rdkit.Chem import AllChem
from rdkit.Chem import rdDistGeom
except ImportError:
pass

Expand Down Expand Up @@ -682,6 +683,7 @@ def test_ions(self, smi):
def test_reorder_atoms(self, smi):
mol = Chem.MolFromSmiles(smi)
mol = Chem.AddHs(mol)
rdDistGeom.EmbedMolecule(mol)
# remove bond order and charges info
pdb = Chem.MolToPDBBlock(mol)
u = mda.Universe(StringIO(pdb), format="PDB")
Expand Down

0 comments on commit 8c34466

Please sign in to comment.