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

typo: replace tabs with spaces

parent 9ebc61fb
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ class SCRMSDScorer(ligand_scoring_base.LigandScorer):
# entity ligand belongs to
self._binding_sites = dict()
# cache for GetRepr chain mapping calls
# cache for GetRepr chain mapping calls
self._repr = dict()
# lazily precomputed variables to speedup GetRepr chain mapping calls
......@@ -199,7 +199,7 @@ class SCRMSDScorer(ligand_scoring_base.LigandScorer):
pair_state = 0
if best_rmsd_result["rmsd"] is not None:
best_rmsd = best_rmsd_result["rmsd"]
best_rmsd = best_rmsd_result["rmsd"]
else:
# try to identify error states
best_rmsd = np.nan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment