From e1fa4d8a68be44ac0021ad1db9431933970b9bc2 Mon Sep 17 00:00:00 2001 From: alex-l-kong <31424707+alex-l-kong@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:34:26 -0700 Subject: [PATCH] Remove extraneous extracted_imgs_dir (#413) --- templates/4a_compensate_image_data.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/4a_compensate_image_data.ipynb b/templates/4a_compensate_image_data.ipynb index 4b3b9a49..03456e0e 100644 --- a/templates/4a_compensate_image_data.ipynb +++ b/templates/4a_compensate_image_data.ipynb @@ -88,7 +88,6 @@ "cohort_name = '20220101_new_cohort'\n", "run_names = ['20220101_TMA1', '20220102_TMA2']\n", "panel_path = 'C:\\\\Users\\\\Customer.ION\\\\Documents\\\\panel_files\\\\my_cool_panel.csv'\n", - "extracted_imgs_dir = 'D:\\\\Extracted_Images'\n", "\n", "# if you would like to process all of the run folders in the image dir instead of just the runs tested, you can use the below line\n", "# run_names = list_folders(extracted_imgs_dir)"