Remove unecessary line (copy/paste error).

main
Aurélien Geron 2017-10-14 08:41:42 +02:00
parent d96c1644bb
commit 5dfb4fe5d5
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@
"fmap = np.zeros(shape=(7, 7, 1, 2), dtype=np.float32)\n",
"fmap[:, 3, 0, 0] = 1\n",
"fmap[3, :, 0, 1] = 1\n",
"fmap[:, :, 0, 0]\n",
"plot_image(fmap[:, :, 0, 0])\n",
"plt.show()\n",
"plot_image(fmap[:, :, 0, 1])\n",