Skip to content
Snippets Groups Projects
Commit 5c491ccf authored by Studer Gabriel's avatar Studer Gabriel
Browse files

change back some debug stuff to original state

parent 914851d9
Branches
Tags
No related merge requests found
......@@ -1069,8 +1069,7 @@ def FillLoopsByMonteCarlo(mhandle, torsion_sampler, max_loops_to_search=6,
candidates = LoopCandidates.FillFromMonteCarloSampler(
actual_gap.full_seq, mc_num_loops, mc_steps, mc_sampler,
mc_closer, mc_scorer, mc_cooler)
#except RuntimeError:
except Exception, e:
except RuntimeError:
# monte carlo cannot be initialized when the stems are too far
# apart => we need further loop extension
ost.LogVerbose("Failed in setting up " + str(actual_gap) +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment