From d22fa11ecc25a55fe9bdfd57f110ffcecfb60302 Mon Sep 17 00:00:00 2001 From: Jacob Schreiber Date: Sun, 30 Dec 2018 17:55:19 -0800 Subject: [PATCH] ADD faster generator --- avocado/io.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/avocado/io.py b/avocado/io.py index 416cf7b..b9959ce 100644 --- a/avocado/io.py +++ b/avocado/io.py @@ -39,8 +39,6 @@ def sequential_data_generator(celltypes, assays, data, n_positions, batch_size): tracks = data.values() - print("hello there") - while True: celltype_idxs = numpy.zeros(batch_size, dtype='int32') assay_idxs = numpy.zeros(batch_size, dtype='int32')