Add missing import sys
parent
4322d018e4
commit
f23154de87
|
@ -43,6 +43,7 @@
|
||||||
"import numpy as np\n",
|
"import numpy as np\n",
|
||||||
"import numpy.random as rnd\n",
|
"import numpy.random as rnd\n",
|
||||||
"import os\n",
|
"import os\n",
|
||||||
|
"import sys\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# to make this notebook's output stable across runs\n",
|
"# to make this notebook's output stable across runs\n",
|
||||||
"rnd.seed(42)\n",
|
"rnd.seed(42)\n",
|
||||||
|
|
Loading…
Reference in New Issue