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

fix

parent 13adffc6
No related merge requests found
......@@ -6,7 +6,6 @@ import signal
import sys
import time
import traceback
import collections
import math
from functools import partial
......@@ -231,6 +230,10 @@ def run(argv=sys.argv[1:]):
def do_predictions(chunk_index, peptides, alleles, constant_data=None):
# This may run on the cluster in a way that misses all top level imports,
# so we have to re-import everything here.
import time
if constant_data is None:
constant_data = GLOBAL_DATA
......
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