From f1221e9f13830389dd7e2de34f56085135288935 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Thu, 3 Aug 2017 16:36:44 -0400 Subject: [PATCH] faster test --- 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 7ad0a709..b84e1f37 100644 --- a/test/test_speed.py +++ b/test/test_speed.py @@ -9,7 +9,7 @@ import pandas from mhcflurry import Class1AffinityPredictor from mhcflurry.common import random_peptides -NUM = 100000 +NUM = 10000 DOWNLOADED_PREDICTOR = Class1AffinityPredictor.load() -- GitLab