From bf730e5c928ca10eefad93de65c450d4e01d0cf8 Mon Sep 17 00:00:00 2001 From: ngreenwald Date: Fri, 5 Jun 2020 15:39:56 -0700 Subject: [PATCH] added todo re: lists --- caliban_toolbox/figure_eight_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/caliban_toolbox/figure_eight_functions.py b/caliban_toolbox/figure_eight_functions.py index 6f83486..c05374d 100644 --- a/caliban_toolbox/figure_eight_functions.py +++ b/caliban_toolbox/figure_eight_functions.py @@ -103,6 +103,7 @@ def create_job_urls(crop_dir, aws_folder, stage, pixel_only, label_only, rgb_mod npz_keys.append(os.path.join(aws_folder, stage, npz)) url_paths.append(_format_url(subfolders, stage, npz, url_encoded_dict)) + # TODO: think about better way to structure than than many lists return npz_paths, npz_keys, url_paths, npzs_to_upload