fix bug in problem 92 .ipynb
This commit is contained in:
parent
4ef206fd19
commit
73ff926ba4
@ -1938,7 +1938,7 @@
|
||||
"source": [
|
||||
"# Author: Ryan G.\n",
|
||||
"\n",
|
||||
"x = np.random.rand(5e7)\n",
|
||||
"x = np.random.rand(int(5e7))\n",
|
||||
"\n",
|
||||
"%timeit np.power(x,3)\n",
|
||||
"%timeit x*x*x\n",
|
||||
|
Loading…
Reference in New Issue
Block a user