Skip to content
Snippets Groups Projects
Commit bdee8330 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 1d75ca19
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ from mhcflurry.common import random_peptides
DOWNLOADED_PREDICTOR = Class1AffinityPredictor.load()
NUM = 10000
def test_speed(profile=False):
starts = collections.OrderedDict()
......@@ -30,7 +31,6 @@ def test_speed(profile=False):
if profile:
profilers[name].disable()
NUM = 10000
start("first")
DOWNLOADED_PREDICTOR.predict(["SIINFEKL"], allele="HLA-A*02:01")
......
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