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

Code cleanup - remove experimental score_variant setting

parent 636b6945
Branches
Tags
No related merge requests found
......@@ -911,11 +911,6 @@ def FillLoopsByMonteCarlo(mhandle, torsion_sampler, max_loops_to_search=6,
if not IsBackboneScoringSetUp(mhandle):
SetupDefaultBackboneScoring(mhandle)
# disable AllAtom scoring here
if score_variant == 3:
score_variant = 0
ost.LogInfo("AllAtom scoring disabled for FillLoopsByMonteCarlo.")
# point to the current gap
gap_idx = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment