From 6aad4626bff8228888a9d92becf3d122f57a1c19 Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Wed, 12 Jun 2024 17:38:31 +0200 Subject: [PATCH] Replace tabs with spaces --- modules/mol/alg/pymod/ligand_scoring_lddtpli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mol/alg/pymod/ligand_scoring_lddtpli.py b/modules/mol/alg/pymod/ligand_scoring_lddtpli.py index 728af7200..e6239ec93 100644 --- a/modules/mol/alg/pymod/ligand_scoring_lddtpli.py +++ b/modules/mol/alg/pymod/ligand_scoring_lddtpli.py @@ -154,10 +154,10 @@ class LDDTPLIScorer(ligand_scoring_base.LigandScorer): if score is None or np.isnan(score): if result["lddt_pli_n_contacts"] == 0: - # it's a space ship! + # it's a space ship! pair_state = 10 else: - # unknwon error state + # unknwon error state pair_state = 20 # the ligands get a zero-state... -- GitLab