Skip to content
Snippets Groups Projects
Commit 553efb9f authored by Studer Gabriel's avatar Studer Gabriel
Browse files

lDDT: remove unnecessary lines

parent 2d10cb40
Branches
Tags
No related merge requests found
......@@ -360,8 +360,6 @@ class ChainMapper:
lddt_scorer = _lDDTDecomposer(self.target, mdl, ref_mdl_alns,
inclusion_radius=inclusion_radius,
thresholds = thresholds)
best_mapping = None
best_lddt = -1.0
for mapping in _ChainMappings(self.chem_groups, chem_mapping,
self.n_max_naive):
lDDT = lddt_scorer.lDDT(self.chem_groups, mapping)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment