Skip to content
Snippets Groups Projects
Unverified Commit fbb5102e authored by Xavier Robin's avatar Xavier Robin
Browse files

refactor: SCHWED-5783 use np.inf for consistency

parent 67a83442
Branches
Tags
No related merge requests found
......@@ -757,7 +757,7 @@ def SCRMSD(model_ligand, target_ligand, transformation=geom.Mat4(),
substructure_match=substructure_match,
by_atom_index=True)
best_rmsd = float('inf')
best_rmsd = np.inf
for i, (trg_sym, mdl_sym) in enumerate(symmetries):
# Prepare Entities for RMSD
trg_lig_rmsd_ent = mol.CreateEntity()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment