From bdee83303432495c30bd5c3b8387bab6e5f303b2 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Tue, 28 Nov 2017 16:17:51 -0500
Subject: [PATCH] fix

---
 test/test_speed.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_speed.py b/test/test_speed.py
index e32f34be..4a473bef 100644
--- a/test/test_speed.py
+++ b/test/test_speed.py
@@ -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")
-- 
GitLab