AlienChen commited on
Commit
e5c0506
·
verified ·
1 Parent(s): b5bda14

Update models/peptiverse_classifiers.py

Browse files
Files changed (1) hide show
  1. models/peptiverse_classifiers.py +0 -1
models/peptiverse_classifiers.py CHANGED
@@ -109,7 +109,6 @@ def parse_motifs(motif: str) -> list:
109
  result.append(int(part))
110
 
111
  # result = [pos-1 for pos in result]
112
- print(f'Target Motifs: {result}')
113
  return torch.tensor(result)
114
 
115
 
 
109
  result.append(int(part))
110
 
111
  # result = [pos-1 for pos in result]
 
112
  return torch.tensor(result)
113
 
114