reco small fix

This commit is contained in:
Wojciech Smolak 2020-08-20 20:23:56 +02:00
parent 2286f1a0ac
commit 3f2663e803

View File

@ -19,8 +19,8 @@ def main(args):
col = get_mongo_collection(colName, dbName, mongoUri)
batch_size = int(args.batch_size)
waves = getWavList(col, batch_size)
print(waves)
uris = [w['gcsWawLocation'] for w in waves]
print(uris)
start = time.perf_counter()
with concurrent.futures.ThreadPoolExecutor(max_workers=64) as executor: