Skip to content
Snippets Groups Projects
Verified Commit 8ce60a37 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: SCHWED-5783 values for unmapped ligands

parent 896a60cc
No related branches found
No related tags found
No related merge requests found
...@@ -588,6 +588,9 @@ class LigandScorer: ...@@ -588,6 +588,9 @@ class LigandScorer:
Target ligands are in rows, model ligands in columns. Target ligands are in rows, model ligands in columns.
Infinite values indicate that no RMSD could be computed (i.e. different
ligands).
:rtype: :class:`~numpy.ndarray` :rtype: :class:`~numpy.ndarray`
""" """
if self._rmsd_full_matrix is None: if self._rmsd_full_matrix is None:
...@@ -608,6 +611,9 @@ class LigandScorer: ...@@ -608,6 +611,9 @@ class LigandScorer:
Target ligands are in rows, model ligands in columns. Target ligands are in rows, model ligands in columns.
A value of 0 indicate that no lDDT-PLI could be computed (i.e. different
ligands).
:rtype: :class:`~numpy.ndarray` :rtype: :class:`~numpy.ndarray`
""" """
if self._lddt_pli_full_matrix is None: if self._lddt_pli_full_matrix is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment