Closed sethaxen closed 3 years ago
The reason is the following: the CrossLinkMSRestartaint returns the probability and not the score, which is always less than one. All restrants are wrapped in the LogWrapperRestraint to finally return the total score.
Sent from my iPhone
On Aug 2, 2017, at 3:04 AM, Seth Axen notifications@github.com wrote:
Several of the cross-linking restraints add -log of score to outputs. Not only does this seem weird, but since the score can be negative, in some cases this will raise an error. Examples are here and here.
Is this simply an oversight or was this done for a reason?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Closing, not a bug.
Several of the cross-linking restraints add -log of score to outputs. Not only does this seem weird, but since the score can be negative, in some cases this will raise an error. Examples are here and here.
Is this simply an oversight or was this done for a reason?