graph inconsistant
This commit is contained in:
22
test.ipynb
22
test.ipynb
@@ -217,6 +217,28 @@
|
||||
"prob_remove = 0 if prob_remove < 0 else prob_remove\n",
|
||||
"prob_remove"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 66,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"[8]\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"nprandom = np.random.default_rng(0)\n",
|
||||
"lst_choose_firm = nprandom.choice(range(10),\n",
|
||||
" 1,\n",
|
||||
" replace=False\n",
|
||||
" )\n",
|
||||
"print(lst_choose_firm)"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
Reference in New Issue
Block a user