Skip to content

Commit 1e70584

Browse files
committed
Day 6: Chronal Coordinates
1 parent f43bb83 commit 1e70584

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

day06.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
" # Return\n",
6868
" return int(np.nanmax(dists))\n",
6969
"\n",
70-
"\n",
7170
"def get_largest_close_to_all_area(inputs, offset=10000):\n",
7271
" \"\"\"Get the largest area of points close to all the inputs with a given threshold\"\"\"\n",
7372
" canvas_offset = int(offset / inputs.shape[0]) # offset should be the min distance and we care about the sum\n",
@@ -186,7 +185,7 @@
186185
"name": "python",
187186
"nbconvert_exporter": "python",
188187
"pygments_lexer": "ipython3",
189-
"version": "3.5.2"
188+
"version": "3.4.3"
190189
}
191190
},
192191
"nbformat": 4,

0 commit comments

Comments
 (0)