"fair_dev/testing/testing.py" did not exist on "d60fc2841a01c5c4033a5dcee709b4fd7a3dfadd"
Commit 76d01245 authored by Uridah Sami Ahmed's avatar Uridah Sami Ahmed Committed by Soumith Chintala
Browse files

lena() is no longer included in SciPy, replacing it with face() (#91)

parent d5eab760
......@@ -69,7 +69,7 @@
}
],
"source": [
"lena = scipy.misc.lena()\n",
"lena = scipy.misc.face()\n",
"plt.gray()\n",
"plt.imshow(lena, interpolation='nearest')\n",
"lena = lena[:100, 300:]\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