From c65554c5ec61c6d5b8aac97932dd03f264a19fbe Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavalias-github@xavier.robin.name> Date: Tue, 18 Jun 2024 10:49:35 +0200 Subject: [PATCH] typo: replace tabs with spaces --- modules/mol/alg/pymod/ligand_scoring_scrmsd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mol/alg/pymod/ligand_scoring_scrmsd.py b/modules/mol/alg/pymod/ligand_scoring_scrmsd.py index c76a23597..56ef24a9e 100644 --- a/modules/mol/alg/pymod/ligand_scoring_scrmsd.py +++ b/modules/mol/alg/pymod/ligand_scoring_scrmsd.py @@ -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 -- GitLab