Removed duplicated np.random.seed(42) entry from the second notebook

main
jmribeiro 2019-10-13 19:20:42 +01:00
parent b5cbdc9276
commit aed738c7ad
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@
"import numpy as np\n",
"import os\n",
"\n",
"# to make this notebook's output stable across runs\n",
"np.random.seed(42)\n",
"\n",
"# To plot pretty figures\n",
"%matplotlib inline\n",
"import matplotlib as mpl\n",