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

fix: SCHWED-5783 assign within function

parent 13c8ab8e
No related branches found
No related tags found
No related merge requests found
......@@ -492,8 +492,8 @@ class LigandScorer:
"lddt_pli": global_lddt,
"lddt_pli_n_contacts": lddt_tot,
})
self._rmsd_full_matrix = rmsd_full_matrix
self._lddt_pli_full_matrix = lddt_pli_full_matrix
self._rmsd_full_matrix = rmsd_full_matrix
self._lddt_pli_full_matrix = lddt_pli_full_matrix
@staticmethod
def _find_ligand_assignment(mat1, mat2):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment