Skip to content
Snippets Groups Projects
Commit a8df8ddd authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Clarified reference vs model in QSscorer.GetOligoLDDTScorer

parent 3a3eb8ee
No related branches found
No related tags found
No related merge requests found
......@@ -525,6 +525,8 @@ class QSscorer:
def GetOligoLDDTScorer(self, settings, penalize_extra_chains=True):
"""
:return: :class:`OligoLDDTScorer` object, setup for this QS scoring problem.
The scorer is set up with :attr:`qs_ent_1` as the reference and
:attr:`qs_ent_2` as the model.
:param settings: Passed to :class:`OligoLDDTScorer` constructor.
:param penalize_extra_chains: Passed to :class:`OligoLDDTScorer` constructor.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment