We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43bb83 commit 1e70584Copy full SHA for 1e70584
day06.ipynb
@@ -67,7 +67,6 @@
67
" # Return\n",
68
" return int(np.nanmax(dists))\n",
69
"\n",
70
- "\n",
71
"def get_largest_close_to_all_area(inputs, offset=10000):\n",
72
" \"\"\"Get the largest area of points close to all the inputs with a given threshold\"\"\"\n",
73
" canvas_offset = int(offset / inputs.shape[0]) # offset should be the min distance and we care about the sum\n",
@@ -186,7 +185,7 @@
186
185
"name": "python",
187
"nbconvert_exporter": "python",
188
"pygments_lexer": "ipython3",
189
- "version": "3.5.2"
+ "version": "3.4.3"
190
}
191
},
192
"nbformat": 4,
0 commit comments