Commit 2bc3f4c7 authored by Bryce Hepner's avatar Bryce Hepner

change to test git

parent 4f8b14f6
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
"source": [ "source": [
"scenes = file_extractor(\"images\")\n", "scenes = file_extractor(\"images\")\n",
"images = image_extractor(scenes)\n", "images = image_extractor(scenes)\n",
"print(len(images))\n", "print(len(images)) #\n",
"newnamesforlater = []\n", "newnamesforlater = []\n",
"file_sizes_new = []\n", "file_sizes_new = [] \n",
"file_sizes_old = []\n", "file_sizes_old = []\n",
"list_dic = np.load(\"first_dict.npy\", allow_pickle=\"TRUE\")\n", "list_dic = np.load(\"first_dict.npy\", allow_pickle=\"TRUE\")\n",
"bins = [21,32,48]\n", "bins = [21,32,48]\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment