Skip to content
Snippets Groups Projects
Commit 72898f9f authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

don't print while predicting

parent 31f8cedf
No related branches found
No related tags found
No related merge requests found
......@@ -459,12 +459,6 @@ class Class1BindingPredictor(object):
n_group = len(group_peptides)
n_expanded = len(expanded_peptides)
if self.verbose:
print(
"[Class1BindingPredictor] Expanded %d peptides of length %d => %d" % (
n_group,
length,
n_expanded))
expansion_factor = int(n_expanded / n_group)
raw_y = self._predict_9mer_peptides(expanded_peptides)
if expansion_factor == 1:
......
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