From 08f28ba63f007c5517095b683009681bdf6b8ebe Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 2 Mar 2023 17:51:13 +0100 Subject: [PATCH] code cleanup --- modules/mol/alg/pymod/scoring.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/mol/alg/pymod/scoring.py b/modules/mol/alg/pymod/scoring.py index a6ba9174c..babef6014 100644 --- a/modules/mol/alg/pymod/scoring.py +++ b/modules/mol/alg/pymod/scoring.py @@ -1014,7 +1014,6 @@ class Scorer: self._qs_best = qs_score_result.QS_best def _compute_per_interface_scores(self): - flat_mapping = self.mapping.GetFlatMapping() # list of [trg_ch1, trg_ch2, mdl_ch1, mdl_ch2] self._interfaces = list() # lists with respective values for these interfaces -- GitLab